diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-03 10:08:30 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-03 10:08:30 +0100 |
commit | 7ad5f78e88a4e73369f1d5c8a45fd0cf05a99984 (patch) | |
tree | 6b906cd1dd8df9af954b30551247a835b7c2a24c /dev-python | |
parent | media-sound/amsynth: bump to 1.12.3 (diff) | |
download | gentoo-7ad5f78e88a4e73369f1d5c8a45fd0cf05a99984.tar.gz gentoo-7ad5f78e88a4e73369f1d5c8a45fd0cf05a99984.tar.bz2 gentoo-7ad5f78e88a4e73369f1d5c8a45fd0cf05a99984.zip |
dev-python/setuptools: Stabilize 59.8.0 ALLARCHES, #830390
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/setuptools/setuptools-59.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/setuptools/setuptools-59.8.0.ebuild b/dev-python/setuptools/setuptools-59.8.0.ebuild index 8575f622e7c5..30b1a68ec224 100644 --- a/dev-python/setuptools/setuptools-59.8.0.ebuild +++ b/dev-python/setuptools/setuptools-59.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # please keep this ebuild at EAPI 7 -- sys-apps/portage dep @@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |