diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-04-13 21:32:57 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-04-13 21:32:57 +0000 |
commit | dd22e61dea4e61f574d6b52cb4bba60bb53f49c9 (patch) | |
tree | 99f6c719ab2e6bf8c0493f657e7ec5f071a14bd3 /dev-python/simplejson | |
parent | Stable on amd64 wrt bug #304031 (diff) | |
download | gentoo-2-dd22e61dea4e61f574d6b52cb4bba60bb53f49c9.tar.gz gentoo-2-dd22e61dea4e61f574d6b52cb4bba60bb53f49c9.tar.bz2 gentoo-2-dd22e61dea4e61f574d6b52cb4bba60bb53f49c9.zip |
Stable on amd64 wrt bug #314943
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r-- | dev-python/simplejson/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/simplejson/simplejson-2.1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog index 8e642ac2a499..1097814fbc82 100644 --- a/dev-python/simplejson/ChangeLog +++ b/dev-python/simplejson/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/simplejson # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.22 2010/04/02 20:51:05 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.23 2010/04/13 21:32:57 hwoarang Exp $ + + 13 Apr 2010; Markos Chandras <hwoarang@gentoo.org> + simplejson-2.1.0.ebuild: + Stable on amd64 wrt bug #314943 *simplejson-2.1.1 (02 Apr 2010) diff --git a/dev-python/simplejson/simplejson-2.1.0.ebuild b/dev-python/simplejson/simplejson-2.1.0.ebuild index 56503b684962..069d7d16f805 100644 --- a/dev-python/simplejson/simplejson-2.1.0.ebuild +++ b/dev-python/simplejson/simplejson-2.1.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.1.0.ebuild,v 1.2 2010/03/13 19:37:23 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.1.0.ebuild,v 1.3 2010/04/13 21:32:57 hwoarang Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" inherit distutils -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" DESCRIPTION="A simple, fast, complete, correct and extensible JSON encoder and decoder." HOMEPAGE="http://undefined.org/python/#simplejson" |