diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-03-18 10:56:57 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-03-18 10:56:57 +0200 |
commit | feb5d4a2a5857d0268231deaf96143dec4fda97c (patch) | |
tree | 9d76e15c0667766c7437ceee517d86f606d02239 /dev-python | |
parent | dev-python/crcmod: Stabilize 1.7-r5 arm, #835192 (diff) | |
download | gentoo-feb5d4a2a5857d0268231deaf96143dec4fda97c.tar.gz gentoo-feb5d4a2a5857d0268231deaf96143dec4fda97c.tar.bz2 gentoo-feb5d4a2a5857d0268231deaf96143dec4fda97c.zip |
dev-python/scipy: Stabilize 1.7.3 ppc64, #829530
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/scipy/scipy-1.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/scipy/scipy-1.7.3.ebuild b/dev-python/scipy/scipy-1.7.3.ebuild index f0ab5ba94350..74c369820784 100644 --- a/dev-python/scipy/scipy-1.7.3.ebuild +++ b/dev-python/scipy/scipy-1.7.3.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 @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="BSD LGPL-2" SLOT="0" -KEYWORDS="amd64 arm arm64 -hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="amd64 arm arm64 -hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc x86" IUSE="doc +pythran sparse" DEPEND=" |