summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-12-07 19:14:14 +0000
committerPacho Ramos <pacho@gentoo.org>2013-12-07 19:14:14 +0000
commit462f30aeaf08454a4c5a9b5293818cf4a39cc040 (patch)
treedc7fd25634ed606d1ef444f7968ad1f4503d3306 /dev-python/pycparser
parentStable for ppc64, wrt bug #493292 (diff)
downloadgentoo-2-462f30aeaf08454a4c5a9b5293818cf4a39cc040.tar.gz
gentoo-2-462f30aeaf08454a4c5a9b5293818cf4a39cc040.tar.bz2
gentoo-2-462f30aeaf08454a4c5a9b5293818cf4a39cc040.zip
x86 stable, bug #488738
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/pycparser')
-rw-r--r--dev-python/pycparser/ChangeLog5
-rw-r--r--dev-python/pycparser/pycparser-2.10.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pycparser/ChangeLog b/dev-python/pycparser/ChangeLog
index 9f6ab46d4679..d2556c758466 100644
--- a/dev-python/pycparser/ChangeLog
+++ b/dev-python/pycparser/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pycparser
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.12 2013/11/29 22:45:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.13 2013/12/07 19:14:14 pacho Exp $
+
+ 07 Dec 2013; Pacho Ramos <pacho@gentoo.org> pycparser-2.10.ebuild:
+ x86 stable, bug #488738
29 Nov 2013; Pacho Ramos <pacho@gentoo.org> pycparser-2.10.ebuild:
amd64 stable, bug #488738
diff --git a/dev-python/pycparser/pycparser-2.10.ebuild b/dev-python/pycparser/pycparser-2.10.ebuild
index 0aede0a03228..fa599aaaaf87 100644
--- a/dev-python/pycparser/pycparser-2.10.ebuild
+++ b/dev-python/pycparser/pycparser-2.10.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/pycparser/pycparser-2.10.ebuild,v 1.3 2013/11/29 22:45:02 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v 1.4 2013/12/07 19:14:14 pacho Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="test"
RDEPEND="dev-python/ply[${PYTHON_USEDEP}]"