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:
Sam James 2025-12-06 13:53:26 +00:00
parent 861178ea43
commit 3b3a4312a8
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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? (