diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-11-29 22:45:02 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-11-29 22:45:02 +0000 |
commit | 3641e4f12d687de483f16121398d2a608342756f (patch) | |
tree | 4006962aa50bef9d3ff9809be34afd96b72a9103 /dev-python/pycparser | |
parent | amd64 stable, bug #488738 (diff) | |
download | gentoo-2-3641e4f12d687de483f16121398d2a608342756f.tar.gz gentoo-2-3641e4f12d687de483f16121398d2a608342756f.tar.bz2 gentoo-2-3641e4f12d687de483f16121398d2a608342756f.zip |
amd64 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/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pycparser/pycparser-2.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pycparser/ChangeLog b/dev-python/pycparser/ChangeLog index 8ae2afab0cfb..9f6ab46d4679 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.11 2013/09/05 18:46:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.12 2013/11/29 22:45:02 pacho Exp $ + + 29 Nov 2013; Pacho Ramos <pacho@gentoo.org> pycparser-2.10.ebuild: + amd64 stable, bug #488738 05 Sep 2013; Michał Górny <mgorny@gentoo.org> pycparser-2.09.1-r1.ebuild, pycparser-2.10.ebuild: diff --git a/dev-python/pycparser/pycparser-2.10.ebuild b/dev-python/pycparser/pycparser-2.10.ebuild index 04f9d7443d0d..0aede0a03228 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.2 2013/09/05 18:46:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v 1.3 2013/11/29 22:45:02 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}]" |