summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-06-26 14:29:55 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-06-26 14:29:55 +0000
commit4153c434d6f4624c02ade631629e1adfaeea9d56 (patch)
tree56406c74052221bdf45f0816cadc998109e320be /dev-python/simplejson
parentStable for amd64, wrt bug #552154 (diff)
downloadgentoo-2-4153c434d6f4624c02ade631629e1adfaeea9d56.tar.gz
gentoo-2-4153c434d6f4624c02ade631629e1adfaeea9d56.tar.bz2
gentoo-2-4153c434d6f4624c02ade631629e1adfaeea9d56.zip
Stable for amd64, wrt bug #552062
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r--dev-python/simplejson/ChangeLog5
-rw-r--r--dev-python/simplejson/simplejson-3.7.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog
index 8718c7a282a3..9096c0ed4038 100644
--- a/dev-python/simplejson/ChangeLog
+++ b/dev-python/simplejson/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/simplejson
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.152 2015/06/14 07:53:43 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.153 2015/06/26 14:29:55 ago Exp $
+
+ 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> simplejson-3.7.2.ebuild:
+ Stable for amd64, wrt bug #552062
14 Jun 2015; Ian Delaney <idella4@gentoo.org> -simplejson-3.6.5.ebuild,
-simplejson-3.7.1.ebuild:
diff --git a/dev-python/simplejson/simplejson-3.7.2.ebuild b/dev-python/simplejson/simplejson-3.7.2.ebuild
index 5cd5518acb0d..00038f0123e8 100644
--- a/dev-python/simplejson/simplejson-3.7.2.ebuild
+++ b/dev-python/simplejson/simplejson-3.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.7.2.ebuild,v 1.1 2015/05/23 08:17:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.7.2.ebuild,v 1.2 2015/06/26 14:29:55 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="|| ( MIT AFL-2.1 )"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"