diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-05-03 01:08:27 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-05-03 01:08:27 +0000 |
commit | dbc9170d88911b5f517f6ee5c8d201f92467b82b (patch) | |
tree | a11eb8f6c2ca4c93bffba41dd69d10756ac6e6cc /virtual | |
parent | version bump (diff) | |
download | gentoo-2-dbc9170d88911b5f517f6ee5c8d201f92467b82b.tar.gz gentoo-2-dbc9170d88911b5f517f6ee5c8d201f92467b82b.tar.bz2 gentoo-2-dbc9170d88911b5f517f6ee5c8d201f92467b82b.zip |
Add ~hppa keyword.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-json/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/python-json/python-json-0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/python-json/ChangeLog b/virtual/python-json/ChangeLog index 63f784a431b3..0247d32867b0 100644 --- a/virtual/python-json/ChangeLog +++ b/virtual/python-json/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/python-json # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-json/ChangeLog,v 1.2 2013/03/15 14:22:21 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-json/ChangeLog,v 1.3 2013/05/03 01:08:27 floppym Exp $ + + 03 May 2013; Mike Gilbert <floppym@gentoo.org> python-json-0.ebuild: + Add ~hppa keyword. 15 Mar 2013; Mike Gilbert <floppym@gentoo.org> python-json-0.ebuild: Stabilize virtual for archs where simplejson is stable. diff --git a/virtual/python-json/python-json-0.ebuild b/virtual/python-json/python-json-0.ebuild index aa1626fc334c..4627d33ee237 100644 --- a/virtual/python-json/python-json-0.ebuild +++ b/virtual/python-json/python-json-0.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/virtual/python-json/python-json-0.ebuild,v 1.2 2013/03/15 14:22:21 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-json/python-json-0.ebuild,v 1.3 2013/05/03 01:08:27 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) @@ -12,7 +12,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="amd64 arm ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm ~hppa ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" # Only Python 2.5 lacks built-in JSON support. Most packages use |