diff options
author | Sam James <sam@gentoo.org> | 2024-09-22 01:41:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-22 01:41:28 +0100 |
commit | c6dc3a972814255ec7f009e79e81c78b0d846522 (patch) | |
tree | 615896954bf50f17f0ed2f493d4515c57c2fdda9 /dev-python/scipy | |
parent | sys-libs/compiler-rt-sanitizers: depend on matching compiler-rt too for USE=c... (diff) | |
download | gentoo-c6dc3a972814255ec7f009e79e81c78b0d846522.tar.gz gentoo-c6dc3a972814255ec7f009e79e81c78b0d846522.tar.bz2 gentoo-c6dc3a972814255ec7f009e79e81c78b0d846522.zip |
dev-python/scipy: Stabilize 1.14.1 ppc64, #939271
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/scipy')
-rw-r--r-- | dev-python/scipy/scipy-1.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/scipy/scipy-1.14.1.ebuild b/dev-python/scipy/scipy-1.14.1.ebuild index 2e1ec6ce7593..3059a8fefe9d 100644 --- a/dev-python/scipy/scipy-1.14.1.ebuild +++ b/dev-python/scipy/scipy-1.14.1.ebuild @@ -37,7 +37,7 @@ else )" if [[ ${PV} != *rc* ]] ; then - KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" + KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86" fi fi |