diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-14 11:32:27 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-14 11:42:31 +0800 |
commit | 3819f9948aac91f55ff91f211206f9df609dbc03 (patch) | |
tree | 3eb3c41d269d51d8da8dc29060e36b5979e86b30 /virtual/lapack/lapack-3.8.ebuild | |
parent | sci-libs/lapack: keyword 3.10.1 for ~loong (diff) | |
download | gentoo-3819f9948aac91f55ff91f211206f9df609dbc03.tar.gz gentoo-3819f9948aac91f55ff91f211206f9df609dbc03.tar.bz2 gentoo-3819f9948aac91f55ff91f211206f9df609dbc03.zip |
virtual/lapack: keyword 3.8 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'virtual/lapack/lapack-3.8.ebuild')
-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 b3da87de915f..d8579c9fc65e 100644 --- a/virtual/lapack/lapack-3.8.ebuild +++ b/virtual/lapack/lapack-3.8.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="eselect-ldso" RDEPEND=" |