diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-07 08:27:35 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-07 08:27:35 +0000 |
commit | 4aa893df59895313080392b19dc4b96c6610c752 (patch) | |
tree | a869d3764049710db6c63764fd3c5c7d53dfbebd /dev-python | |
parent | ppc stable, bug 540290 (diff) | |
download | gentoo-2-4aa893df59895313080392b19dc4b96c6610c752.tar.gz gentoo-2-4aa893df59895313080392b19dc4b96c6610c752.tar.bz2 gentoo-2-4aa893df59895313080392b19dc4b96c6610c752.zip |
ppc stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/html5lib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/html5lib/html5lib-0.999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/html5lib/ChangeLog b/dev-python/html5lib/ChangeLog index b8aa8ac32f90..b69fd09c5713 100644 --- a/dev-python/html5lib/ChangeLog +++ b/dev-python/html5lib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/html5lib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.34 2015/03/07 00:21:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.35 2015/03/07 08:27:35 pacho Exp $ + + 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> html5lib-0.999.ebuild: + ppc stable, bug 540290 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> html5lib-0.999.ebuild: ppc64 stable, bug 540290 diff --git a/dev-python/html5lib/html5lib-0.999.ebuild b/dev-python/html5lib/html5lib-0.999.ebuild index d5d38a4b9d3c..acfc1389fbdd 100644 --- a/dev-python/html5lib/html5lib-0.999.ebuild +++ b/dev-python/html5lib/html5lib-0.999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild,v 1.8 2015/03/07 00:21:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild,v 1.9 2015/03/07 08:27:35 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" |