Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scotch/
Date: Sat, 19 Feb 2022 12:38:54
Message-Id: 1645274320.968775a5fa4d9d4065a6751e1736e2db0c476abb.arthurzam@gentoo
1 commit: 968775a5fa4d9d4065a6751e1736e2db0c476abb
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 19 12:38:40 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 19 12:38:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968775a5
7
8 sci-libs/scotch: Stabilize 6.1.2 arm, #833719
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sci-libs/scotch/scotch-6.1.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/scotch/scotch-6.1.2.ebuild b/sci-libs/scotch/scotch-6.1.2.ebuild
16 index 7075116f20e0..379b7c4b0e80 100644
17 --- a/sci-libs/scotch/scotch-6.1.2.ebuild
18 +++ b/sci-libs/scotch/scotch-6.1.2.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=7
25 @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-v${PV}"
26
27 LICENSE="CeCILL-2"
28 SLOT="0/${SOVER}"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
31 IUSE="doc int64 mpi static-libs test tools +threads"
32 # bug #532620
33 REQUIRED_USE="test? ( threads )"