diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-06-19 11:34:26 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-06-19 11:34:26 +0000 |
commit | c722887cbd879a068276ad4e4b29584f48b327f2 (patch) | |
tree | b18e7de6f66ceb9b40d9cef6a6eb44021b7bf786 /dev-python | |
parent | Keyworded on alpha, bug #454638 (diff) | |
download | gentoo-2-c722887cbd879a068276ad4e4b29584f48b327f2.tar.gz gentoo-2-c722887cbd879a068276ad4e4b29584f48b327f2.tar.bz2 gentoo-2-c722887cbd879a068276ad4e4b29584f48b327f2.zip |
Keyworded on alpha, bug #461346
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-python')
-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 21bcea73b7fc..333412f00fb5 100644 --- a/dev-python/html5lib/ChangeLog +++ b/dev-python/html5lib/ChangeLog @@ -1,6 +1,9 @@ # 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.26 2014/05/21 08:10:19 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.27 2014/06/19 11:34:26 klausman Exp $ + + 19 Jun 2014; Tobias Klausmann <klausman@gentoo.org> html5lib-0.95-r1.ebuild: + Keyworded on alpha, bug #461346 21 May 2014; Ian Delaney <idella4@gentoo.org> html5lib-0.999.ebuild: drop py2.6 pypy2_0 add py3.4 diff --git a/dev-python/html5lib/html5lib-0.95-r1.ebuild b/dev-python/html5lib/html5lib-0.95-r1.ebuild index 9fae2972f341..5fffea4eccb5 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.8 2014/03/31 21:11:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.95-r1.ebuild,v 1.9 2014/06/19 11:34:26 klausman 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 ~ia64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="test" # unittest2 used by our python_test() |