diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-20 10:57:06 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-20 10:57:10 +0200 |
commit | 1e26111d28284bd957fe3ad907cdd069d78a5192 (patch) | |
tree | 54a29e36160657b09c8e0ad3836f14809f9635a5 /dev-python | |
parent | dev-python/ujson: Stabilize 5.0.0 x86, #831545 (diff) | |
download | gentoo-1e26111d28284bd957fe3ad907cdd069d78a5192.tar.gz gentoo-1e26111d28284bd957fe3ad907cdd069d78a5192.tar.bz2 gentoo-1e26111d28284bd957fe3ad907cdd069d78a5192.zip |
dev-python/numpy: Stabilize 1.21.5 ppc, #831536
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/numpy/numpy-1.21.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/numpy/numpy-1.21.5.ebuild b/dev-python/numpy/numpy-1.21.5.ebuild index f982ad5a8e95..0b82c5e827b2 100644 --- a/dev-python/numpy/numpy-1.21.5.ebuild +++ b/dev-python/numpy/numpy-1.21.5.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 EAPI=7 @@ -22,7 +22,7 @@ SRC_URI=" )" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc lapack" RDEPEND=" |