diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-01-18 11:06:17 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-01-18 11:06:41 -0600 |
commit | 58fe7c1209faaa89b021f63825b55edb8aa73d0d (patch) | |
tree | 8dca1117037774d5873351ed9d1ed72b16604c76 | |
parent | net-fs/nfs-utils: replace svcgssd patch with upstream version (diff) | |
download | gentoo-58fe7c1209faaa89b021f63825b55edb8aa73d0d.tar.gz gentoo-58fe7c1209faaa89b021f63825b55edb8aa73d0d.tar.bz2 gentoo-58fe7c1209faaa89b021f63825b55edb8aa73d0d.zip |
dev-python/keyring: 10.5.1 stable amd64 and x86
Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r-- | dev-python/keyring/keyring-10.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/keyring/keyring-10.5.1.ebuild b/dev-python/keyring/keyring-10.5.1.ebuild index fa82fef2cc57..129607227e0f 100644 --- a/dev-python/keyring/keyring-10.5.1.ebuild +++ b/dev-python/keyring/keyring-10.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/k/${PN}/${P}.tar.gz" SLOT="0" LICENSE="PSF-2" -KEYWORDS="~arm ~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~arm amd64 ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="test" DEPEND=" |