diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-03-23 14:24:46 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-03-23 14:58:19 -0500 |
commit | bae3f8c6cc3af4f0a73a87884209dc56e0f909a1 (patch) | |
tree | 45bb43a9b212a435a35df9416161945f5d03b4ca /dev-python/secretstorage | |
parent | dev-python/jeepney: add keywords under allarches for keyring (diff) | |
download | gentoo-bae3f8c6cc3af4f0a73a87884209dc56e0f909a1.tar.gz gentoo-bae3f8c6cc3af4f0a73a87884209dc56e0f909a1.tar.bz2 gentoo-bae3f8c6cc3af4f0a73a87884209dc56e0f909a1.zip |
dev-python/secretstorage: add keywords for keyring under allarches
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/secretstorage')
-rw-r--r-- | dev-python/secretstorage/secretstorage-3.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/secretstorage/secretstorage-3.1.0.ebuild b/dev-python/secretstorage/secretstorage-3.1.0.ebuild index 55915a6194af..d05e995ee3db 100644 --- a/dev-python/secretstorage/secretstorage-3.1.0.ebuild +++ b/dev-python/secretstorage/secretstorage-3.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" RDEPEND=" |