diff options
-rw-r--r-- | dev-python/simplejson/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/simplejson/simplejson-3.6.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/simplejson/ChangeLog b/dev-python/simplejson/ChangeLog index 374ade618180..908031af390c 100644 --- a/dev-python/simplejson/ChangeLog +++ b/dev-python/simplejson/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/simplejson # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.147 2015/01/23 07:45:42 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.148 2015/03/03 07:18:59 dlan Exp $ + + 02 Mar 2015; Yixun Lan <dlan@gentoo.org> simplejson-3.6.5.ebuild: + add arm64 support, tested on A53 board 23 Jan 2015; Ian Delaney <idella4@gentoo.org> -simplejson-3.3.0.ebuild, -simplejson-3.6.3-r1.ebuild: diff --git a/dev-python/simplejson/simplejson-3.6.5.ebuild b/dev-python/simplejson/simplejson-3.6.5.ebuild index 47253d4947fb..78fd607c6952 100644 --- a/dev-python/simplejson/simplejson-3.6.5.ebuild +++ b/dev-python/simplejson/simplejson-3.6.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.5.ebuild,v 1.2 2014/12/06 12:43:39 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.5.ebuild,v 1.3 2015/03/03 07:18:59 dlan Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( MIT AFL-2.1 )" SLOT="0" -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" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |