commit: 695391d60179f9a022f51424cbd7b97f584bc262
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 17 08:31:28 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=695391d6
virtual/lapacke: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/lapacke/lapacke-3.8-r1.ebuild | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/virtual/lapacke/lapacke-3.8-r1.ebuild
b/virtual/lapacke/lapacke-3.8-r1.ebuild
deleted file mode 100644
index 937974acea8d..000000000000
--- a/virtual/lapacke/lapacke-3.8-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual for LAPACK C implementation"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390
~sparc ~x86 ~x64-macos"
-IUSE="eselect-ldso"
-
-RDEPEND="
- >=sci-libs/lapack-3.8.0[lapacke,eselect-ldso?]
- eselect-ldso? ( || (
- >=sci-libs/lapack-3.8.0[lapacke,eselect-ldso]
- >=sci-libs/openblas-0.3.10[eselect-ldso]
- ) )
-"
-DEPEND="${RDEPEND}"