diff options
author | 2012-09-14 18:48:31 +0000 | |
---|---|---|
committer | 2012-09-14 18:48:31 +0000 | |
commit | 5e70f9887519f45efe2476a82b9c7778ee22f6e8 (patch) | |
tree | 25e0097f696e85227b7e49da0e4a71aa0483411c | |
parent | arm stable, bug #429010 (diff) | |
download | gentoo-2-5e70f9887519f45efe2476a82b9c7778ee22f6e8.tar.gz gentoo-2-5e70f9887519f45efe2476a82b9c7778ee22f6e8.tar.bz2 gentoo-2-5e70f9887519f45efe2476a82b9c7778ee22f6e8.zip |
arm stable, bug #429040
(Portage version: 2.1.11.13/cvs/Linux x86_64)
-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 7ef8c048cd7d..7018150c61a5 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.71 2012/09/12 12:23:46 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.72 2012/09/14 18:48:31 maekke Exp $ + + 14 Sep 2012; Markus Meier <maekke@gentoo.org> simplejson-2.6.0.ebuild: + arm stable, bug #429040 12 Sep 2012; Johannes Huber <johu@gentoo.org> simplejson-2.6.0.ebuild: Stable for x86, wrt bug #429040 diff --git a/dev-python/simplejson/simplejson-2.6.0.ebuild b/dev-python/simplejson/simplejson-2.6.0.ebuild index cc8f430c4b78..dae1cb907f49 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.3 2012/09/12 12:23:46 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.6.0.ebuild,v 1.4 2012/09/14 18:48:31 maekke 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="" |