diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-06-18 11:00:41 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-06-18 11:00:41 +0000 |
commit | cfa48711481f48d0801d66829b266817b2110f8d (patch) | |
tree | 2aa1f5b6d1f02f2713150b5eed6eaae87b32dcb3 /dev-python/simplejson | |
parent | Stable on amd64 wrt bug #371669 (diff) | |
download | gentoo-2-cfa48711481f48d0801d66829b266817b2110f8d.tar.gz gentoo-2-cfa48711481f48d0801d66829b266817b2110f8d.tar.bz2 gentoo-2-cfa48711481f48d0801d66829b266817b2110f8d.zip |
Stable on amd64 wrt bug #371663
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r-- | dev-python/simplejson/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/simplejson/simplejson-2.1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog index cd216a2fc65d..19ea189a40ab 100644 --- a/dev-python/simplejson/ChangeLog +++ b/dev-python/simplejson/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/simplejson # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.41 2011/05/25 04:44:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.42 2011/06/18 11:00:41 hwoarang Exp $ + + 18 Jun 2011; Markos Chandras <hwoarang@gentoo.org> simplejson-2.1.6.ebuild: + Stable on amd64 wrt bug #371663 25 May 2011; Markus Meier <maekke@gentoo.org> simplejson-2.1.6.ebuild: add ~arm, bug #366619 diff --git a/dev-python/simplejson/simplejson-2.1.6.ebuild b/dev-python/simplejson/simplejson-2.1.6.ebuild index e5ec1c090796..c9b26bc3000b 100644 --- a/dev-python/simplejson/simplejson-2.1.6.ebuild +++ b/dev-python/simplejson/simplejson-2.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.1.6.ebuild,v 1.2 2011/05/25 04:44:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.1.6.ebuild,v 1.3 2011/06/18 11:00:41 hwoarang 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 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools" |