diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-17 15:36:51 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-17 15:48:46 +0100 |
commit | b8c5a93ebe13cdbdefd79ee9d11551f828da8cb4 (patch) | |
tree | 4b31c14d9ff2b07936d68b24cad712744871cf8d /dev-python | |
parent | 08f6bdac8b7b8c00bd92564fd51d2ee2a3b4a31a (diff) | |
download | gentoo-b8c5a93ebe13cdbdefd79ee9d11551f828da8cb4.tar.gz gentoo-b8c5a93ebe13cdbdefd79ee9d11551f828da8cb4.tar.xz |
dev-python/itsdangerous: Keyword under ALLARCHES policy
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/itsdangerous/itsdangerous-0.24.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/itsdangerous/itsdangerous-0.24.ebuild b/dev-python/itsdangerous/itsdangerous-0.24.ebuild index 40296231b5d..154b6a5f32b 100644 --- a/dev-python/itsdangerous/itsdangerous-0.24.ebuild +++ b/dev-python/itsdangerous/itsdangerous-0.24.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" 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="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |