diff options
author | Sam James <sam@gentoo.org> | 2021-11-05 05:18:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-05 05:18:57 +0000 |
commit | 74a4658a0b6ff15a80f4b67d5c9d110fb3e50054 (patch) | |
tree | d4d27e1378af76b9be5129a68b3f8b62a2a70899 /profiles | |
parent | dev-python/scipy: make pythran optional (diff) | |
download | gentoo-74a4658a0b6ff15a80f4b67d5c9d110fb3e50054.tar.gz gentoo-74a4658a0b6ff15a80f4b67d5c9d110fb3e50054.tar.bz2 gentoo-74a4658a0b6ff15a80f4b67d5c9d110fb3e50054.zip |
profiles/arch: mask dev-python/scipy[pythran] on alpha/hppa/ia64/s390/sparc
Bug: https://bugs.gentoo.org/821577
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/alpha/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/hppa/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/ia64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/s390/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 401823fbedc4..5050fa825fa7 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # Sam James <sam@gentoo.org> (2021-11-05) +# Avoid keywording unnecessary depenencies for now, bug #804115 +dev-python/scipy pythran + +# Sam James <sam@gentoo.org> (2021-11-05) # Test suite is very fragile and doesn't even run on amd64. # No real point in running it here right now, bug #804115. dev-cpp/eigen test diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 82ce3de3799a..f5357f209dd4 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -5,6 +5,10 @@ # request bug for the hppa arch. # Sam James <sam@gentoo.org> (2021-11-05) +# Avoid keywording unnecessary depenencies for now, bug #804115 +dev-python/scipy pythran + +# Sam James <sam@gentoo.org> (2021-11-05) # Test suite is very fragile and doesn't even run on amd64. # No real point in running it here right now, bug #804115. dev-cpp/eigen test diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index bec5e68414cd..0f245bc5e192 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # Sam James <sam@gentoo.org> (2021-11-05) +# Avoid keywording unnecessary depenencies for now, bug #804115 +dev-python/scipy pythran + +# Sam James <sam@gentoo.org> (2021-11-05) # Test suite is very fragile and doesn't even run on amd64. # No real point in running it here right now, bug #804115. dev-cpp/eigen test diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index 817a08e683c9..3c5a79ed8553 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2021-11-05) +# Avoid keywording unnecessary depenencies for now, bug #804115 +dev-python/scipy pythran + # Matt Turner <mattst88@gentoo.org> (2021-06-10) # dev-python/django is not keyworded here dev-python/diskcache test diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index dd8c5635f20b..2a979fbde2a5 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (2021-11-05) +# Avoid keywording unnecessary depenencies for now, bug #804115 +dev-python/scipy pythran + # Michael Seifert <m.seifert@digitalernachschub.de> (2021-10-23) # dev-python/furo isn't keyworded here dev-python/argon2-cffi doc |