Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/superlu_mt/
Date: Sun, 09 Jan 2022 01:10:12
Message-Id: 1641690532.86f6cf66ee97c0d24fab45ee4b9430bb114b4573.sam@gentoo
1 commit: 86f6cf66ee97c0d24fab45ee4b9430bb114b4573
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 01:08:52 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 01:08:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f6cf66
7
8 sci-libs/superlu_mt: Stabilize 3.1-r1 amd64, #830772
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-libs/superlu_mt/superlu_mt-3.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/superlu_mt/superlu_mt-3.1-r1.ebuild b/sci-libs/superlu_mt/superlu_mt-3.1-r1.ebuild
16 index a37f5a808568..631f199b5ca3 100644
17 --- a/sci-libs/superlu_mt/superlu_mt-3.1-r1.ebuild
18 +++ b/sci-libs/superlu_mt/superlu_mt-3.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -14,7 +14,7 @@ SRC_URI="https://portal.nersc.gov/project/sparse/superlu/${PN}_${PV}.tar.gz"
26
27 LICENSE="BSD"
28 SLOT="0/${SOVERSION}"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
31 IUSE="doc examples int64 openmp static-libs test threads"
32 RESTRICT="!test? ( test )"
33 REQUIRED_USE="|| ( openmp threads )"