diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:14:27 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:41:34 +0100 |
commit | 4d6735f2f9065676bc8209a97ae230ecc865f4a0 (patch) | |
tree | fc078dde0a6a173545cb227aac5f766cd6c16564 /virtual/lapack | |
parent | virtual/jre: drop x86-macos (diff) | |
download | gentoo-4d6735f2f9065676bc8209a97ae230ecc865f4a0.tar.gz gentoo-4d6735f2f9065676bc8209a97ae230ecc865f4a0.tar.bz2 gentoo-4d6735f2f9065676bc8209a97ae230ecc865f4a0.zip |
virtual/lapack: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'virtual/lapack')
-rw-r--r-- | virtual/lapack/lapack-3.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/lapack/lapack-3.8.ebuild b/virtual/lapack/lapack-3.8.ebuild index 80de9ab18588..74365f8e6ad2 100644 --- a/virtual/lapack/lapack-3.8.ebuild +++ b/virtual/lapack/lapack-3.8.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 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 ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="eselect-ldso" RDEPEND=" |