diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-03-03 01:45:26 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-03-03 01:45:26 +0000 |
commit | f46ce5b9cea5abb1d6e3f8dacc477771957b0d19 (patch) | |
tree | 2bfbe8edc235eff8aea8b1c72e4a8c73f1aab0b2 /dev-python/pycparser | |
parent | Marked ~hppa (bug #503094). (diff) | |
download | gentoo-2-f46ce5b9cea5abb1d6e3f8dacc477771957b0d19.tar.gz gentoo-2-f46ce5b9cea5abb1d6e3f8dacc477771957b0d19.tar.bz2 gentoo-2-f46ce5b9cea5abb1d6e3f8dacc477771957b0d19.zip |
Marked ~hppa (bug #503094).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 4d92d0fee21d..82beddba10bd 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.14 2014/02/11 03:18:56 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/ChangeLog,v 1.15 2014/03/03 01:45:26 jer Exp $ + + 03 Mar 2014; Jeroen Roovers <jer@gentoo.org> pycparser-2.10.ebuild: + Marked ~hppa (bug #503094). 11 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> pycparser-2.10.ebuild: Keyword amd64-linux and x86-linux diff --git a/dev-python/pycparser/pycparser-2.10.ebuild b/dev-python/pycparser/pycparser-2.10.ebuild index a0644cc6b042..f6c8bce4f6b0 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.5 2014/02/11 03:18:56 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycparser/pycparser-2.10.ebuild,v 1.6 2014/03/03 01:45:26 jer 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 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="dev-python/ply[${PYTHON_USEDEP}]" |