diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-23 07:26:32 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-23 07:35:35 +0200 |
commit | 4fdc873e1c61f3936c9365b05f380219637fc3b8 (patch) | |
tree | 2d232b06781da6dad7e55964a4421f6997166e57 /dev-python/selectors34 | |
parent | dev-python/case: keyword ~arm64 (diff) | |
download | gentoo-4fdc873e1c61f3936c9365b05f380219637fc3b8.tar.gz gentoo-4fdc873e1c61f3936c9365b05f380219637fc3b8.tar.bz2 gentoo-4fdc873e1c61f3936c9365b05f380219637fc3b8.zip |
dev-python/selectors34: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/selectors34')
-rw-r--r-- | dev-python/selectors34/selectors34-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/selectors34/selectors34-1.1.ebuild b/dev-python/selectors34/selectors34-1.1.ebuild index 0d4ab8278767..67bbcfc2fdc6 100644 --- a/dev-python/selectors34/selectors34-1.1.ebuild +++ b/dev-python/selectors34/selectors34-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="" |