diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-12 01:09:00 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-12 01:10:41 -0400 |
commit | 23f38a08f358be5f5f787fe7b6f5db90c7be7e09 (patch) | |
tree | 176171386c324054896774daf6f89eecfc47089d /dev-python | |
parent | dev-lang/rust: fix cblas headers again, don't build RISCV (diff) | |
download | gentoo-23f38a08f358be5f5f787fe7b6f5db90c7be7e09.tar.gz gentoo-23f38a08f358be5f5f787fe7b6f5db90c7be7e09.tar.bz2 gentoo-23f38a08f358be5f5f787fe7b6f5db90c7be7e09.zip |
dev-python/setuptools: arm64 stable (bug #676562)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/setuptools/setuptools-40.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools/setuptools-40.6.3.ebuild b/dev-python/setuptools/setuptools-40.6.3.ebuild index 31c75522435d..70ddb0bad3bb 100644 --- a/dev-python/setuptools/setuptools-40.6.3.ebuild +++ b/dev-python/setuptools/setuptools-40.6.3.ebuild @@ -12,7 +12,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 s390 sh sparc x86 ~x64-cygwin ~amd64-fbsd ~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 s390 sh sparc x86 ~x64-cygwin ~amd64-fbsd ~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" |