diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-05-24 15:19:28 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-05-24 15:19:28 +0000 |
commit | c3a68e0089c911210a908cdda85c00a1df5fe878 (patch) | |
tree | 57698c81edf285efc27ec0afcf7f31c2a862d612 /dev-python/html5lib | |
parent | Initial commit, thanks to 0xd34df00d (diff) | |
download | gentoo-2-c3a68e0089c911210a908cdda85c00a1df5fe878.tar.gz gentoo-2-c3a68e0089c911210a908cdda85c00a1df5fe878.tar.bz2 gentoo-2-c3a68e0089c911210a908cdda85c00a1df5fe878.zip |
keyword ~amd64-fbsd, bug #461346
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-python/html5lib')
-rw-r--r-- | dev-python/html5lib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/html5lib/html5lib-0.95-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/html5lib/ChangeLog b/dev-python/html5lib/ChangeLog index 423d08eee2af..04f276d11bd6 100644 --- a/dev-python/html5lib/ChangeLog +++ b/dev-python/html5lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/html5lib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.15 2013/05/22 16:19:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.16 2013/05/24 15:19:28 aballier Exp $ + + 24 May 2013; Alexis Ballier <aballier@gentoo.org> html5lib-0.95-r1.ebuild: + keyword ~amd64-fbsd, bug #461346 22 May 2013; Jeroen Roovers <jer@gentoo.org> html5lib-0.95-r1.ebuild: Marked ~hppa (bug #471002). diff --git a/dev-python/html5lib/html5lib-0.95-r1.ebuild b/dev-python/html5lib/html5lib-0.95-r1.ebuild index 9dd332fda894..addb7fd9d729 100644 --- a/dev-python/html5lib/html5lib-0.95-r1.ebuild +++ b/dev-python/html5lib/html5lib-0.95-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild,v 1.4 2013/05/22 16:19:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild,v 1.5 2013/05/24 15:19:28 aballier Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="test" # unittest2 used by our python_test() |