diff options
Diffstat (limited to 'dev-python/jsonpickle/jsonpickle-0.8.0.ebuild')
-rw-r--r-- | dev-python/jsonpickle/jsonpickle-0.8.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/jsonpickle/jsonpickle-0.8.0.ebuild b/dev-python/jsonpickle/jsonpickle-0.8.0.ebuild index 825b985a6f05..d4fbbd472f49 100644 --- a/dev-python/jsonpickle/jsonpickle-0.8.0.ebuild +++ b/dev-python/jsonpickle/jsonpickle-0.8.0.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/jsonpickle/jsonpickle-0.8.0.ebuild,v 1.1 2014/10/04 10:33:23 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpickle/jsonpickle-0.8.0.ebuild,v 1.2 2015/03/06 22:26:43 pacho Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" # There are optional json backends in addition to those selected here |