diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-02-20 10:09:55 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-02-20 10:09:55 +0000 |
commit | ea5b17054cd3fed9cb8a8398233c3b26544bf9cb (patch) | |
tree | 992b2ff38cc43b3a6238d0531d674eb6bbf39a80 /dev-python/jsonschema/jsonschema-2.3.0.ebuild | |
parent | x86 stable, bug #540512 (diff) | |
download | historical-ea5b17054cd3fed9cb8a8398233c3b26544bf9cb.tar.gz historical-ea5b17054cd3fed9cb8a8398233c3b26544bf9cb.tar.bz2 historical-ea5b17054cd3fed9cb8a8398233c3b26544bf9cb.zip |
x86 stable, bug #540532
Package-Manager: portage-2.2.15/cvs/Linux x86_64
Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'dev-python/jsonschema/jsonschema-2.3.0.ebuild')
-rw-r--r-- | dev-python/jsonschema/jsonschema-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jsonschema/jsonschema-2.3.0.ebuild b/dev-python/jsonschema/jsonschema-2.3.0.ebuild index 7ecc55c4bca8..87de17e8350b 100644 --- a/dev-python/jsonschema/jsonschema-2.3.0.ebuild +++ b/dev-python/jsonschema/jsonschema-2.3.0.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/jsonschema/jsonschema-2.3.0.ebuild,v 1.6 2015/02/19 10:40:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v 1.7 2015/02/20 10:09:53 pacho Exp $ EAPI=5 PYTHON_COMPAT=(python{2_6,2_7,3_{2,3,4}} pypy pypy2_0) @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="test" python_test() { |