commit: 1cc42d74afa2297ef8671e5c725c2aa3849c950e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 17 08:31:41 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 17 08:35:32 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc42d74
virtual/lapack: Add (-) to eselect-ldso
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/lapack/lapack-3.10-r1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/virtual/lapack/lapack-3.10-r1.ebuild
b/virtual/lapack/lapack-3.10-r1.ebuild
index abe825691ccf..0def41238714 100644
--- a/virtual/lapack/lapack-3.10-r1.ebuild
+++ b/virtual/lapack/lapack-3.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -15,11 +15,11 @@ RDEPEND="
sci-libs/blas-lapack-aux-wrapper[index64?]
)
!flexiblas? (
-
>=sci-libs/lapack-3.10.0[eselect-ldso?,-flexiblas(-),index64(-)?]
+
>=sci-libs/lapack-3.10.0[eselect-ldso(-)?,-flexiblas(-),index64(-)?]
eselect-ldso? (
|| (
- >=sci-libs/lapack-3.10.0[eselect-ldso]
- sci-libs/openblas[eselect-ldso]
+ >=sci-libs/lapack-3.10.0[eselect-ldso(-)]
+ sci-libs/openblas[eselect-ldso(-)]
)
)
)