mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
sci-libs/openblas: fix RESTRICT for USE=cpudetection
If USE=-cpudetection, then we don't want binpkgs to be created, because detection is done at compile-time, not runtime. Fix the typo (missing '!'). Bug: https://bugs.gentoo.org/961818 Closes: https://bugs.gentoo.org/967040 Fixes: 59da9cb4ec69a8aa6fc924408e8e5c924b7acd91 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
861178ea43
commit
3b3a4312a8
@ -16,7 +16,7 @@ SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-macos"
|
||||
IUSE="cpudetection eselect-ldso index64 openmp pthread relapack test"
|
||||
REQUIRED_USE="?? ( openmp pthread )"
|
||||
RESTRICT="cpudetection? ( bindist ) !test? ( test )"
|
||||
RESTRICT="!cpudetection? ( bindist ) !test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
eselect-ldso? (
|
||||
Loading…
x
Reference in New Issue
Block a user