diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-02-17 21:08:01 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-02-17 21:08:01 +0000 |
commit | 3108431af617e090ec91fd473fcf19b2b84c270f (patch) | |
tree | 5792fa347928baedb05b11e5618859a21d38de2b /dev-python/simplejson | |
parent | Stable on amd64 wrt bug #355269 (diff) | |
download | gentoo-2-3108431af617e090ec91fd473fcf19b2b84c270f.tar.gz gentoo-2-3108431af617e090ec91fd473fcf19b2b84c270f.tar.bz2 gentoo-2-3108431af617e090ec91fd473fcf19b2b84c270f.zip |
Stable on amd64 wrt bug #355271
(Portage version: 2.1.9.39/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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog index 5a5ab8a4744b..d6eded106c0d 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.34 2011/01/17 14:03:24 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.35 2011/02/17 21:08:01 hwoarang Exp $ + + 17 Feb 2011; Markos Chandras <hwoarang@gentoo.org> simplejson-2.1.3.ebuild: + Stable on amd64 wrt bug #355271 *simplejson-2.1.3 (17 Jan 2011) diff --git a/dev-python/simplejson/simplejson-2.1.3.ebuild b/dev-python/simplejson/simplejson-2.1.3.ebuild index c16c5774eac0..ec9f202008ce 100644 --- a/dev-python/simplejson/simplejson-2.1.3.ebuild +++ b/dev-python/simplejson/simplejson-2.1.3.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.3.ebuild,v 1.1 2011/01/17 14:03:24 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.1.3.ebuild,v 1.2 2011/02/17 21:08:01 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 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc" DEPEND="dev-python/setuptools" |