diff options
author | Sam James <sam@gentoo.org> | 2021-01-25 14:05:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-25 14:05:17 +0000 |
commit | 10b7f298f640346997e1a1accc9f1c4a0a270ffc (patch) | |
tree | d71f12061d6592d049b5e159ed8d89094d66af3a /dev-python/gevent | |
parent | dev-python/coverage: Stabilize 5.3.1 arm64, #767076 (diff) | |
download | gentoo-10b7f298f640346997e1a1accc9f1c4a0a270ffc.tar.gz gentoo-10b7f298f640346997e1a1accc9f1c4a0a270ffc.tar.bz2 gentoo-10b7f298f640346997e1a1accc9f1c4a0a270ffc.zip |
dev-python/gevent: Stabilize 20.12.0 arm64, #767082
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/gevent')
-rw-r--r-- | dev-python/gevent/gevent-20.12.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gevent/gevent-20.12.0.ebuild b/dev-python/gevent/gevent-20.12.0.ebuild index 1890739c7d37..caeab1c7a6a8 100644 --- a/dev-python/gevent/gevent-20.12.0.ebuild +++ b/dev-python/gevent/gevent-20.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc examples test" RESTRICT="!test? ( test )" |