diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-12-03 18:13:28 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-12-04 17:22:26 +0800 |
commit | f14b7a68f8e31b570440394bfbcb7ab3889ceee9 (patch) | |
tree | d04450577b1aae57fe3cc47abd8298d0922c4883 /sci-libs/superlu | |
parent | sci-libs/mumps: keyword 5.3.5-r1 for ~loong (diff) | |
download | gentoo-f14b7a68f8e31b570440394bfbcb7ab3889ceee9.tar.gz gentoo-f14b7a68f8e31b570440394bfbcb7ab3889ceee9.tar.bz2 gentoo-f14b7a68f8e31b570440394bfbcb7ab3889ceee9.zip |
sci-libs/superlu: keyword 5.3.0 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'sci-libs/superlu')
-rw-r--r-- | sci-libs/superlu/superlu-5.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/superlu/superlu-5.3.0.ebuild b/sci-libs/superlu/superlu-5.3.0.ebuild index 81fc014c0e65..c42a61d19b48 100644 --- a/sci-libs/superlu/superlu-5.3.0.ebuild +++ b/sci-libs/superlu/superlu-5.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/xiaoyeli/superlu/archive/refs/tags/v${PV}.tar.gz -> LICENSE="BSD" SLOT="0/$(ver_cut 1)" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" IUSE="doc examples test" RESTRICT="!test? ( test )" |