summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-05 20:25:56 +0100
committerJustin Lecher <jlec@gentoo.org>2016-02-05 20:45:03 +0100
commit664a5373a50cc5381eeaa4d0810eaf15ded99836 (patch)
tree4a203d86e562c6a8762844970c01b0c234c64fb8 /dev-python/jsonschema
parentdev-python/vcversioner: Keyword under ALLARCHES policy (diff)
downloadgentoo-664a5373a50cc5381eeaa4d0810eaf15ded99836.tar.gz
gentoo-664a5373a50cc5381eeaa4d0810eaf15ded99836.tar.bz2
gentoo-664a5373a50cc5381eeaa4d0810eaf15ded99836.zip
dev-python/jsonschema: Keyword under ALLARCHES policy
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/jsonschema')
-rw-r--r--dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild b/dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild
index 74954a18bad1..f387e136f547 100644
--- a/dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild
+++ b/dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild
@@ -14,14 +14,14 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
dev-python/rfc3986[${PYTHON_USEDEP}]
dev-python/strict-rfc3339[${PYTHON_USEDEP}]
dev-python/webcolors[${PYTHON_USEDEP}]
- $(python_gen_cond_dep dev-python/functools32[$(python_gen_usedep 'python2*' pypy)] 'python2*' pypy)
+ dev-python/functools32[$(python_gen_usedep 'python2*' pypy)]
"
DEPEND="${RDEPEND}
dev-python/vcversioner[${PYTHON_USEDEP}]