diff options
-rw-r--r-- | dev-python/simplejson/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/simplejson/simplejson-2.0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog index 5ac08a20cf10..2d2973170d6c 100644 --- a/dev-python/simplejson/ChangeLog +++ b/dev-python/simplejson/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/simplejson -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.8 2008/11/22 17:17:08 neurogeek Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.9 2009/03/06 15:53:51 ranger Exp $ + + 06 Mar 2009; Brent Baude <ranger@gentoo.org> simplejson-2.0.4.ebuild: + marking simplejson-2.0.4 ~ppc for 253853 *simplejson-2.0.4 (22 Nov 2008) diff --git a/dev-python/simplejson/simplejson-2.0.4.ebuild b/dev-python/simplejson/simplejson-2.0.4.ebuild index 4f0a7099ac70..be18f0f834c9 100644 --- a/dev-python/simplejson/simplejson-2.0.4.ebuild +++ b/dev-python/simplejson/simplejson-2.0.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.0.4.ebuild,v 1.1 2008/11/22 17:17:08 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.0.4.ebuild,v 1.2 2009/03/06 15:53:51 ranger Exp $ inherit distutils -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" DESCRIPTION="A simple, fast, complete, correct and extensible JSON encoder and decoder." HOMEPAGE="http://undefined.org/python/#simplejson" |