commit: c3786d18ea0ad924f49c85923da1c6ea660c23db
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 17 08:31:52 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=c3786d18
virtual/lapacke: Add (-) to eselect-ldso
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/lapacke/lapacke-3.8-r2.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/virtual/lapacke/lapacke-3.8-r2.ebuild
b/virtual/lapacke/lapacke-3.8-r2.ebuild
index e30d8c8fa20b..dafd55662453 100644
--- a/virtual/lapacke/lapacke-3.8-r2.ebuild
+++ b/virtual/lapacke/lapacke-3.8-r2.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.8.0[lapacke,eselect-ldso?,-flexiblas(-),index64(-)?]
+
>=sci-libs/lapack-3.8.0[lapacke,eselect-ldso(-)?,-flexiblas(-),index64(-)?]
eselect-ldso? (
|| (
- >=sci-libs/lapack-3.8.0[lapacke,eselect-ldso]
- >=sci-libs/openblas-0.3.10[eselect-ldso]
+ >=sci-libs/lapack-3.8.0[lapacke,eselect-ldso(-)]
+ >=sci-libs/openblas-0.3.10[eselect-ldso(-)]
)
)
)