diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-09-12 08:53:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-09-12 08:53:19 +0000 |
commit | 00c875e9fe53a78a1b019c417ed970c81fb897ba (patch) | |
tree | e6d386912cb79f0486d8834c866f29f9b1daa2f1 /dev-python | |
parent | Stable for amd64, wrt bug #429038 (diff) | |
download | historical-00c875e9fe53a78a1b019c417ed970c81fb897ba.tar.gz historical-00c875e9fe53a78a1b019c417ed970c81fb897ba.tar.bz2 historical-00c875e9fe53a78a1b019c417ed970c81fb897ba.zip |
Stable for amd64, wrt bug #429040
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/simplejson/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/simplejson/simplejson-2.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog index 6a744243ca4e..42957998f605 100644 --- a/dev-python/simplejson/ChangeLog +++ b/dev-python/simplejson/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/simplejson # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.69 2012/08/29 06:33:16 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.70 2012/09/12 08:53:18 ago Exp $ + + 12 Sep 2012; Agostino Sarubbo <ago@gentoo.org> simplejson-2.6.0.ebuild: + Stable for amd64, wrt bug #429040 *simplejson-2.6.1 (29 Aug 2012) diff --git a/dev-python/simplejson/simplejson-2.6.0.ebuild b/dev-python/simplejson/simplejson-2.6.0.ebuild index 94849c268d00..81e18abc0f36 100644 --- a/dev-python/simplejson/simplejson-2.6.0.ebuild +++ b/dev-python/simplejson/simplejson-2.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.6.0.ebuild,v 1.1 2012/06/28 07:36:02 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.6.0.ebuild,v 1.2 2012/09/12 08:53:19 ago Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" 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" IUSE="" DEPEND="" |