diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-06-27 21:16:37 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-06-27 21:16:37 +0000 |
commit | 650f1645507088601ffd6deec59f7f8545d8ef41 (patch) | |
tree | d7d51b33efbf0417f44bde5ad23e3c0a893b486f /dev-python/html5lib | |
parent | keyword ~amd64-fbsd, bug #473666 (diff) | |
download | gentoo-2-650f1645507088601ffd6deec59f7f8545d8ef41.tar.gz gentoo-2-650f1645507088601ffd6deec59f7f8545d8ef41.tar.bz2 gentoo-2-650f1645507088601ffd6deec59f7f8545d8ef41.zip |
keyword ~amd64-fbsd, bug #473666
(Portage version: 2.2.0_alpha185/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-1.0_beta1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/html5lib/ChangeLog b/dev-python/html5lib/ChangeLog index 04aebcff51ca..56dee35079b8 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.17 2013/06/18 07:04:53 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.18 2013/06/27 21:16:37 aballier Exp $ + + 27 Jun 2013; Alexis Ballier <aballier@gentoo.org> html5lib-1.0_beta1.ebuild: + keyword ~amd64-fbsd, bug #473666 *html5lib-1.0_beta1 (18 Jun 2013) diff --git a/dev-python/html5lib/html5lib-1.0_beta1.ebuild b/dev-python/html5lib/html5lib-1.0_beta1.ebuild index ef228a2f1a5e..b24028379c32 100644 --- a/dev-python/html5lib/html5lib-1.0_beta1.ebuild +++ b/dev-python/html5lib/html5lib-1.0_beta1.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-1.0_beta1.ebuild,v 1.1 2013/06/18 07:04:53 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-1.0_beta1.ebuild,v 1.2 2013/06/27 21:16:37 aballier Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy{1_9,2_0} ) @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_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" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" |