From d8fcb4e0251829ff1f21d336aedc4e9918a87425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 30 Sep 2025 12:59:02 +0200 Subject: [PATCH] virtual/lapacke: blas-lapack-aux-wrapper is used on non-glibc now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the elibc_glibc restriction on sci-libs/blas-lapack-aux-wrapper. No revbump, since this is only an ordering dependency for the first install. Signed-off-by: Michał Górny --- virtual/lapacke/lapacke-3.8-r2.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/virtual/lapacke/lapacke-3.8-r2.ebuild b/virtual/lapacke/lapacke-3.8-r2.ebuild index 37813423712e5..c41270887ebd7 100644 --- a/virtual/lapacke/lapacke-3.8-r2.ebuild +++ b/virtual/lapacke/lapacke-3.8-r2.ebuild @@ -6,15 +6,13 @@ EAPI="8" DESCRIPTION="Virtual for LAPACK C implementation" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" -IUSE="elibc_glibc eselect-ldso flexiblas index64" +IUSE="eselect-ldso flexiblas index64" REQUIRED_USE="?? ( eselect-ldso flexiblas )" RDEPEND=" flexiblas? ( sci-libs/flexiblas[system-blas(-),index64(-)?] - elibc_glibc? ( - sci-libs/blas-lapack-aux-wrapper[index64?] - ) + sci-libs/blas-lapack-aux-wrapper[index64?] ) !flexiblas? ( >=sci-libs/lapack-3.8.0[lapacke,eselect-ldso?,-flexiblas(-),index64(-)?]