diff options
author | Markus Meier <maekke@gentoo.org> | 2014-12-16 20:42:14 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-12-16 20:42:14 +0000 |
commit | f373032686afc26cd0ea2da07ebb6a18bb0d59f7 (patch) | |
tree | 1ee09ed38ee01e203110084a4bab88ea7aefe5ba /dev-python/pycparser | |
parent | arm stable, bug #530592 (diff) | |
download | gentoo-2-f373032686afc26cd0ea2da07ebb6a18bb0d59f7.tar.gz gentoo-2-f373032686afc26cd0ea2da07ebb6a18bb0d59f7.tar.bz2 gentoo-2-f373032686afc26cd0ea2da07ebb6a18bb0d59f7.zip |
arm stable, bug #530592
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 803153c9d92f..72175cec84e3 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.29 2014/12/09 10:14:51 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.30 2014/12/16 20:42:14 maekke Exp $ + + 16 Dec 2014; Markus Meier <maekke@gentoo.org> pycparser-2.10.ebuild: + arm stable, bug #530592 09 Dec 2014; Jeroen Roovers <jer@gentoo.org> pycparser-2.10.ebuild: Stable for HPPA (bug #530294). diff --git a/dev-python/pycparser/pycparser-2.10.ebuild b/dev-python/pycparser/pycparser-2.10.ebuild index 5841b15161b0..cfac3da1697e 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 # 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.18 2014/12/09 10:14:51 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v 1.19 2014/12/16 20:42:14 maekke 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}]" |