summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-02-16 16:32:55 +0000
committerPacho Ramos <pacho@gentoo.org>2015-02-16 16:32:55 +0000
commit97a5cb2e3968c9c39828bfad19f03db078e33c41 (patch)
tree9a2d9a0256d7ae49eeee3618c344ac9a70c7d3c5 /dev-python
parentStable for sparc, wrt bug #513736 (diff)
downloadgentoo-2-97a5cb2e3968c9c39828bfad19f03db078e33c41.tar.gz
gentoo-2-97a5cb2e3968c9c39828bfad19f03db078e33c41.tar.bz2
gentoo-2-97a5cb2e3968c9c39828bfad19f03db078e33c41.zip
amd64/x86 stable, bug #530324
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/html5lib/ChangeLog7
-rw-r--r--dev-python/html5lib/html5lib-0.999.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/html5lib/ChangeLog b/dev-python/html5lib/ChangeLog
index f6d01497c004..6287b6b1f11a 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.31 2014/11/18 05:16:26 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.32 2015/02/16 16:32:55 pacho Exp $
+
+ 16 Feb 2015; Pacho Ramos <pacho@gentoo.org> html5lib-0.999.ebuild:
+ amd64/x86 stable, bug #530324
18 Nov 2014; Ian Delaney <idella4@gentoo.org> html5lib-0.95-r1.ebuild:
Clean old python impls
diff --git a/dev-python/html5lib/html5lib-0.999.ebuild b/dev-python/html5lib/html5lib-0.999.ebuild
index 39e94ba568dd..8f8a8431fcf2 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
+# 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.6 2014/08/13 17:43:24 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.999.ebuild,v 1.7 2015/02/16 16:32:55 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}]"