diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-13 17:43:24 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-13 17:43:24 +0000 |
commit | 3b9ed360cf1d15f64cc16d4a4c2362bdce69f56b (patch) | |
tree | 3155d866b964c0ed4ff32409c109bed641a674e7 /dev-python/html5lib | |
parent | Keyword ~ppc and ~ppc64, bug #519772 (diff) | |
download | gentoo-2-3b9ed360cf1d15f64cc16d4a4c2362bdce69f56b.tar.gz gentoo-2-3b9ed360cf1d15f64cc16d4a4c2362bdce69f56b.tar.bz2 gentoo-2-3b9ed360cf1d15f64cc16d4a4c2362bdce69f56b.zip |
Keyword ~ppc64, bug #518436
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-python/html5lib')
-rw-r--r-- | dev-python/html5lib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/html5lib/html5lib-0.95-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/html5lib/html5lib-0.999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/html5lib/ChangeLog b/dev-python/html5lib/ChangeLog index 5e98bcc82cf5..ff87cf38e3ac 100644 --- a/dev-python/html5lib/ChangeLog +++ b/dev-python/html5lib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/html5lib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.29 2014/08/01 10:04:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.30 2014/08/13 17:43:24 blueness Exp $ + + 13 Aug 2014; Anthony G. Basile <blueness@gentoo.org> html5lib-0.95-r1.ebuild, + html5lib-0.999.ebuild: + Keyword ~ppc64, bug #518436 01 Aug 2014; Raúl Porcel <armin76@gentoo.org> html5lib-0.95-r1.ebuild, html5lib-0.999.ebuild: diff --git a/dev-python/html5lib/html5lib-0.95-r1.ebuild b/dev-python/html5lib/html5lib-0.95-r1.ebuild index 716dc5cd98f5..244caae19dc7 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-2014 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.11 2014/08/01 10:04:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild,v 1.12 2014/08/13 17:43:24 blueness Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="test" # unittest2 used by our python_test() diff --git a/dev-python/html5lib/html5lib-0.999.ebuild b/dev-python/html5lib/html5lib-0.999.ebuild index 595d18e552a5..39e94ba568dd 100644 --- a/dev-python/html5lib/html5lib-0.999.ebuild +++ b/dev-python/html5lib/html5lib-0.999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.5 2014/08/01 10:04:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild,v 1.6 2014/08/13 17:43:24 blueness 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 ~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}]" |