diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-14 09:37:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-14 09:37:01 +0000 |
commit | 2af32d7c891f921e85a721fe0011a3ee8e96ba7c (patch) | |
tree | 15f2c7ba44ef1a03449a5b1ed9c5efb0bce39957 /dev-python/simplejson | |
parent | Stable for x86, wrt bug #469790 (diff) | |
download | gentoo-2-2af32d7c891f921e85a721fe0011a3ee8e96ba7c.tar.gz gentoo-2-2af32d7c891f921e85a721fe0011a3ee8e96ba7c.tar.bz2 gentoo-2-2af32d7c891f921e85a721fe0011a3ee8e96ba7c.zip |
Stable for x86, wrt bug #469658
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r-- | dev-python/simplejson/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/simplejson/simplejson-3.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog index d18dff1b0aed..ff933d6abacc 100644 --- a/dev-python/simplejson/ChangeLog +++ b/dev-python/simplejson/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/simplejson # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.98 2013/05/14 09:04:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.99 2013/05/14 09:37:01 ago Exp $ + + 14 May 2013; Agostino Sarubbo <ago@gentoo.org> simplejson-3.1.3.ebuild: + Stable for x86, wrt bug #469658 14 May 2013; Agostino Sarubbo <ago@gentoo.org> simplejson-3.1.3.ebuild: Stable for amd64, wrt bug #469658 diff --git a/dev-python/simplejson/simplejson-3.1.3.ebuild b/dev-python/simplejson/simplejson-3.1.3.ebuild index f2eb421be1f5..7f7ca5cca19d 100644 --- a/dev-python/simplejson/simplejson-3.1.3.ebuild +++ b/dev-python/simplejson/simplejson-3.1.3.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/simplejson/simplejson-3.1.3.ebuild,v 1.2 2013/05/14 09:04:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.1.3.ebuild,v 1.3 2013/05/14 09:37:01 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_3} pypy{1_9,2_0} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( MIT AFL-2.1 )" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" python_compile() { if [[ ${EPYTHON} == python2* ]]; then |