diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-20 20:56:30 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-20 20:56:30 +0000 |
commit | 1ae545c3f978aab48d2333106f110063291b8a18 (patch) | |
tree | 169e475e34e533db3911d2eacbed039442c55269 /dev-python/simplejson | |
parent | Stable for x86, wrt bug #441298 (diff) | |
download | gentoo-2-1ae545c3f978aab48d2333106f110063291b8a18.tar.gz gentoo-2-1ae545c3f978aab48d2333106f110063291b8a18.tar.bz2 gentoo-2-1ae545c3f978aab48d2333106f110063291b8a18.zip |
Stable for x86, wrt bug #441300
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r-- | dev-python/simplejson/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/simplejson/simplejson-2.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog index 9df061fb94fa..325121a2774b 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.79 2012/11/04 13:41:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.80 2012/11/20 20:56:30 ago Exp $ + + 20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> simplejson-2.6.2.ebuild: + Stable for x86, wrt bug #441300 04 Nov 2012; Agostino Sarubbo <ago@gentoo.org> simplejson-2.6.2.ebuild: Stable for amd64, wrt bug #441300 diff --git a/dev-python/simplejson/simplejson-2.6.2.ebuild b/dev-python/simplejson/simplejson-2.6.2.ebuild index af0513cd1ef5..0d3908737f0e 100644 --- a/dev-python/simplejson/simplejson-2.6.2.ebuild +++ b/dev-python/simplejson/simplejson-2.6.2.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.2.ebuild,v 1.5 2012/11/04 13:41:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-2.6.2.ebuild,v 1.6 2012/11/20 20:56:30 ago Exp $ EAPI="4" 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="" PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") |