diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-24 08:27:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-24 08:27:57 +0000 |
commit | 94ddb3e46d03f6e97d276f223de18175451ab9a4 (patch) | |
tree | cbb00fe017165370b8085b8d45e161d2026cebf6 /dev-python/html5lib | |
parent | Add ~ppc, wrt bug #465948 (diff) | |
download | gentoo-2-94ddb3e46d03f6e97d276f223de18175451ab9a4.tar.gz gentoo-2-94ddb3e46d03f6e97d276f223de18175451ab9a4.tar.bz2 gentoo-2-94ddb3e46d03f6e97d276f223de18175451ab9a4.zip |
Add ~ppc, wrt bug #461346
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
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 eb5aacb7d521..6b9102023e9f 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.13 2013/03/27 13:33:07 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.14 2013/04/24 08:27:57 ago Exp $ + + 24 Apr 2013; Agostino Sarubbo <ago@gentoo.org> html5lib-0.95-r1.ebuild: + Add ~ppc, wrt bug #461346 27 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> html5lib-0.95-r1.ebuild: Add ~arm keyword, wrt bug #461346 diff --git a/dev-python/html5lib/html5lib-0.95-r1.ebuild b/dev-python/html5lib/html5lib-0.95-r1.ebuild index 1bd095369d28..167e75903f45 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.2 2013/03/27 13:33:07 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild,v 1.3 2013/04/24 08:27:57 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd" IUSE="test" # unittest2 used by our python_test() |