commit: cacfd2804ea47436be8cd27d77cad1bf406f67e3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 17 08:31:11 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 17 08:35:31 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cacfd280
virtual/cblas: Add (-) to eselect-ldso
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/cblas/cblas-3.8-r1.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/virtual/cblas/cblas-3.8-r1.ebuild
b/virtual/cblas/cblas-3.8-r1.ebuild
index e04a2e05eeee..c192c8f48d86 100644
--- a/virtual/cblas/cblas-3.8-r1.ebuild
+++ b/virtual/cblas/cblas-3.8-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,12 +15,12 @@ RDEPEND="
sci-libs/blas-lapack-aux-wrapper[index64?]
)
!flexiblas? (
- >=sci-libs/lapack-3.8[eselect-ldso?,-flexiblas(-),index64(-)?]
+
>=sci-libs/lapack-3.8[eselect-ldso(-)?,-flexiblas(-),index64(-)?]
eselect-ldso? (
|| (
- >=sci-libs/lapack-3.8[eselect-ldso]
- sci-libs/openblas[eselect-ldso]
- sci-libs/blis[eselect-ldso]
+ >=sci-libs/lapack-3.8[eselect-ldso(-)]
+ sci-libs/openblas[eselect-ldso(-)]
+ sci-libs/blis[eselect-ldso(-)]
)
)
)