diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-07 15:35:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-07 15:35:07 +0000 |
commit | 4d0eed3c662facbfcccfaf99b7807a4eb4df6425 (patch) | |
tree | 95c8de7b7018b6b666e985156267cc5115cf52f0 /dev-python/pycparser | |
parent | Stable for ppc, wrt bug #530592 (diff) | |
download | gentoo-2-4d0eed3c662facbfcccfaf99b7807a4eb4df6425.tar.gz gentoo-2-4d0eed3c662facbfcccfaf99b7807a4eb4df6425.tar.bz2 gentoo-2-4d0eed3c662facbfcccfaf99b7807a4eb4df6425.zip |
Stable for ppc, wrt bug #530592
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/pycparser')
-rw-r--r-- | dev-python/pycparser/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pycparser/pycparser-2.10.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pycparser/ChangeLog b/dev-python/pycparser/ChangeLog index 72175cec84e3..3fd959f3a42d 100644 --- a/dev-python/pycparser/ChangeLog +++ b/dev-python/pycparser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pycparser -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.30 2014/12/16 20:42:14 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.31 2015/02/07 15:35:07 ago Exp $ + + 07 Feb 2015; Agostino Sarubbo <ago@gentoo.org> pycparser-2.10.ebuild: + Stable for ppc, wrt bug #530592 16 Dec 2014; Markus Meier <maekke@gentoo.org> pycparser-2.10.ebuild: arm stable, bug #530592 diff --git a/dev-python/pycparser/pycparser-2.10.ebuild b/dev-python/pycparser/pycparser-2.10.ebuild index cfac3da1697e..87566cdfdc47 100644 --- a/dev-python/pycparser/pycparser-2.10.ebuild +++ b/dev-python/pycparser/pycparser-2.10.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/pycparser/pycparser-2.10.ebuild,v 1.19 2014/12/16 20:42:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v 1.20 2015/02/07 15:35:07 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm hppa ~ia64 ~mips ~ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="amd64 arm hppa ~ia64 ~mips ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" RDEPEND="dev-python/ply[${PYTHON_USEDEP}]" |