diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-09-29 19:07:32 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-09-29 19:30:17 -0500 |
commit | f2faa2e3abe8b9f9d5c86bf5f0f5712b21bf63fb (patch) | |
tree | 1e247c21c70dab8c1ca9b691e84f190cecc921e6 /dev-python/secretstorage | |
parent | dev-python/pynacl: stable for openstack pike (diff) | |
download | gentoo-f2faa2e3abe8b9f9d5c86bf5f0f5712b21bf63fb.tar.gz gentoo-f2faa2e3abe8b9f9d5c86bf5f0f5712b21bf63fb.tar.bz2 gentoo-f2faa2e3abe8b9f9d5c86bf5f0f5712b21bf63fb.zip |
dev-python/secretstorage: adding arm under allarches for openstack pike
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-python/secretstorage')
-rw-r--r-- | dev-python/secretstorage/secretstorage-2.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/secretstorage/secretstorage-2.3.1.ebuild b/dev-python/secretstorage/secretstorage-2.3.1.ebuild index ce307bf9ed13..959228344f5e 100644 --- a/dev-python/secretstorage/secretstorage-2.3.1.ebuild +++ b/dev-python/secretstorage/secretstorage-2.3.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/S/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="~arm amd64 ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |