commit: 6e1a87b7099ef036140d1ff2b25541201da368a1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 14 03:15:45 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 14 03:16:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1a87b7
virtual/lapack: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
virtual/lapack/lapack-3.8.ebuild | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild
deleted file mode 100644
index 81d334ae9a9e..000000000000
--- a/virtual/lapack/lapack-3.8.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual for Linear Algebra Package FORTRAN 77 (LAPACK)
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="eselect-ldso"
-
-RDEPEND="
- >=sci-libs/lapack-3.8.0[eselect-ldso?]
- eselect-ldso? ( || (
- >=sci-libs/lapack-3.8.0[eselect-ldso]
- sci-libs/openblas[eselect-ldso] ) )
-"
-DEPEND="${RDEPEND}"