diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-01-02 21:42:38 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-01-02 21:42:38 -0500 |
commit | 01c08c7924ba554f6df188b053cd377bb3469b17 (patch) | |
tree | d022394771db2e5aa483b9f23295da77ecc4b013 /dev-python/setuptools | |
parent | sys-apps/usbguard: 0.7.6 (new package) (diff) | |
download | gentoo-01c08c7924ba554f6df188b053cd377bb3469b17.tar.gz gentoo-01c08c7924ba554f6df188b053cd377bb3469b17.tar.bz2 gentoo-01c08c7924ba554f6df188b053cd377bb3469b17.zip |
dev-python/setuptools: arm64 stable (bug #704526)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/setuptools-42.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/setuptools/setuptools-42.0.2.ebuild b/dev-python/setuptools/setuptools-42.0.2.ebuild index 9bee3995ddcc..52978af2b64f 100644 --- a/dev-python/setuptools/setuptools-42.0.2.ebuild +++ b/dev-python/setuptools/setuptools-42.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Collection of extensions to Distutils" |