diff options
author | Sam James <sam@gentoo.org> | 2022-01-09 01:08:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-09 01:08:52 +0000 |
commit | 86f6cf66ee97c0d24fab45ee4b9430bb114b4573 (patch) | |
tree | 87b5fedd3ef3fc7f8f0e1318b47c1b45e0e51352 | |
parent | dev-python/cx_Freeze: Stabilize 6.9 x86, #830792 (diff) | |
download | gentoo-86f6cf66ee97c0d24fab45ee4b9430bb114b4573.tar.gz gentoo-86f6cf66ee97c0d24fab45ee4b9430bb114b4573.tar.bz2 gentoo-86f6cf66ee97c0d24fab45ee4b9430bb114b4573.zip |
sci-libs/superlu_mt: Stabilize 3.1-r1 amd64, #830772
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sci-libs/superlu_mt/superlu_mt-3.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/superlu_mt/superlu_mt-3.1-r1.ebuild b/sci-libs/superlu_mt/superlu_mt-3.1-r1.ebuild index a37f5a808568..631f199b5ca3 100644 --- a/sci-libs/superlu_mt/superlu_mt-3.1-r1.ebuild +++ b/sci-libs/superlu_mt/superlu_mt-3.1-r1.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 @@ -14,7 +14,7 @@ SRC_URI="https://portal.nersc.gov/project/sparse/superlu/${PN}_${PV}.tar.gz" LICENSE="BSD" SLOT="0/${SOVERSION}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples int64 openmp static-libs test threads" RESTRICT="!test? ( test )" REQUIRED_USE="|| ( openmp threads )" |