diff options
author | Akinori Hattori <hattya@gentoo.org> | 2013-12-07 10:51:28 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2013-12-07 10:51:28 +0000 |
commit | af1f3836c60df829824bfc5711e094eff60e0420 (patch) | |
tree | 9f1a3c350b38e6783175e162fc9554249263fa97 /dev-python/simplejson | |
parent | Version bump. (diff) | |
download | gentoo-2-af1f3836c60df829824bfc5711e094eff60e0420.tar.gz gentoo-2-af1f3836c60df829824bfc5711e094eff60e0420.tar.bz2 gentoo-2-af1f3836c60df829824bfc5711e094eff60e0420.zip |
keyword ~ia64 wrt bug #468268
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'dev-python/simplejson')
-rw-r--r-- | dev-python/simplejson/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/simplejson/simplejson-3.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog index 7aba142e9d31..894ed1d8b015 100644 --- a/dev-python/simplejson/ChangeLog +++ b/dev-python/simplejson/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/simplejson # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.114 2013/11/14 05:57:51 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.115 2013/12/07 10:51:28 hattya Exp $ + + 07 Dec 2013; Akinori Hattori <hattya@gentoo.org> simplejson-3.3.1.ebuild: + keyword ~ia64 wrt bug #468268 14 Nov 2013; Matt Turner <mattst88@gentoo.org> simplejson-3.3.1.ebuild: Added ~alpha, bug 468268. diff --git a/dev-python/simplejson/simplejson-3.3.1.ebuild b/dev-python/simplejson/simplejson-3.3.1.ebuild index c0be9cf9e803..b504a43313ac 100644 --- a/dev-python/simplejson/simplejson-3.3.1.ebuild +++ b/dev-python/simplejson/simplejson-3.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.3.1.ebuild,v 1.2 2013/11/14 05:57:51 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.3.1.ebuild,v 1.3 2013/12/07 10:51:28 hattya Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( MIT AFL-2.1 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" python_compile() { if [[ ${EPYTHON} == python2* ]]; then |