diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-05 20:25:56 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-05 20:45:03 +0100 |
commit | 664a5373a50cc5381eeaa4d0810eaf15ded99836 (patch) | |
tree | 4a203d86e562c6a8762844970c01b0c234c64fb8 /dev-python | |
parent | 2f50ff7f459ea11bfcc6c3a154afe2e8890fc3d3 (diff) | |
download | gentoo-664a5373a50cc5381eeaa4d0810eaf15ded99836.tar.gz gentoo-664a5373a50cc5381eeaa4d0810eaf15ded99836.tar.xz |
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')
-rw-r--r-- | dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild | 4 |
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 74954a18bad..f387e136f54 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}] |