diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-08-06 11:55:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-08-06 11:55:02 +0000 |
commit | 3b1a59f9bd9b9104f4f495c0d2e419b225af1971 (patch) | |
tree | 1b7f2c97709af02818cda105f53c21ce426a30ea /dev-python/html5lib | |
parent | Stable for amd64, wrt bug #556698 (diff) | |
download | gentoo-2-3b1a59f9bd9b9104f4f495c0d2e419b225af1971.tar.gz gentoo-2-3b1a59f9bd9b9104f4f495c0d2e419b225af1971.tar.bz2 gentoo-2-3b1a59f9bd9b9104f4f495c0d2e419b225af1971.zip |
Stable for amd64, wrt bug #556820
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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.99999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/html5lib/ChangeLog b/dev-python/html5lib/ChangeLog index 34ba135cdb6f..677fe92c0c11 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.43 2015/08/06 09:00:35 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.44 2015/08/06 11:55:02 ago Exp $ + + 06 Aug 2015; Agostino Sarubbo <ago@gentoo.org> html5lib-0.99999.ebuild: + Stable for amd64, wrt bug #556820 *html5lib-0.999999 (06 Aug 2015) diff --git a/dev-python/html5lib/html5lib-0.99999.ebuild b/dev-python/html5lib/html5lib-0.99999.ebuild index 6ed93205da3f..0f41c8a263d6 100644 --- a/dev-python/html5lib/html5lib-0.99999.ebuild +++ b/dev-python/html5lib/html5lib-0.99999.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.99999.ebuild,v 1.2 2015/08/01 05:58:12 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.99999.ebuild,v 1.3 2015/08/06 11:55:02 ago Exp $ EAPI=5 @@ -15,7 +15,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}]" |