diff options
author | Markus Meier <maekke@gentoo.org> | 2015-03-28 06:57:53 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-03-28 06:57:53 +0000 |
commit | bec6402c08ec7bfb2bf359caf8ec88f4c7764dc1 (patch) | |
tree | c661a84155135749b52b8fa50497049e9796ea45 /dev-python/jsonpickle | |
parent | arm stable, bug #530282 (diff) | |
download | gentoo-2-bec6402c08ec7bfb2bf359caf8ec88f4c7764dc1.tar.gz gentoo-2-bec6402c08ec7bfb2bf359caf8ec88f4c7764dc1.tar.bz2 gentoo-2-bec6402c08ec7bfb2bf359caf8ec88f4c7764dc1.zip |
add ~arm, bug #543850
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/jsonpickle')
-rw-r--r-- | dev-python/jsonpickle/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/jsonpickle/jsonpickle-0.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/jsonpickle/ChangeLog b/dev-python/jsonpickle/ChangeLog index 7a2fde42dc31..301e4b63b2e8 100644 --- a/dev-python/jsonpickle/ChangeLog +++ b/dev-python/jsonpickle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/jsonpickle # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpickle/ChangeLog,v 1.29 2015/03/20 05:54:00 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpickle/ChangeLog,v 1.30 2015/03/28 06:57:53 maekke Exp $ + + 28 Mar 2015; Markus Meier <maekke@gentoo.org> jsonpickle-0.9.1.ebuild: + add ~arm, bug #543850 *jsonpickle-0.9.1 (20 Mar 2015) diff --git a/dev-python/jsonpickle/jsonpickle-0.9.1.ebuild b/dev-python/jsonpickle/jsonpickle-0.9.1.ebuild index 83b0a0ecdf28..f1e92f1dc50e 100644 --- a/dev-python/jsonpickle/jsonpickle-0.9.1.ebuild +++ b/dev-python/jsonpickle/jsonpickle-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpickle/jsonpickle-0.9.1.ebuild,v 1.1 2015/03/20 05:54:00 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpickle/jsonpickle-0.9.1.ebuild,v 1.2 2015/03/28 06:57:53 maekke Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" # There are optional json backends serializer/deserializers in addition to those selected here |