diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-03-05 05:12:57 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-03-05 05:13:45 +0200 |
commit | 625834fa3a7efe797a47ce6a948101b32767ed33 (patch) | |
tree | 9cc14f249412b950f9061be423a79dcae2780978 /dev-python | |
parent | gnome-base/gnome-shell: add missing librsvg[introspection] dependency (diff) | |
download | gentoo-625834fa3a7efe797a47ce6a948101b32767ed33.tar.gz gentoo-625834fa3a7efe797a47ce6a948101b32767ed33.tar.bz2 gentoo-625834fa3a7efe797a47ce6a948101b32767ed33.zip |
dev-python/numpy-1.10.4: arm64 stable (bug #572858)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/numpy/numpy-1.10.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/numpy/numpy-1.10.4.ebuild b/dev-python/numpy/numpy-1.10.4.ebuild index a9b753959a5e..51072638494b 100644 --- a/dev-python/numpy/numpy-1.10.4.ebuild +++ b/dev-python/numpy/numpy-1.10.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,7 +24,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz # It appears the docs haven't been upgraded, still @ 1.8.1 LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc lapack test" RDEPEND=" |