diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 06:20:59 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 06:20:59 +0000 |
commit | 74aedf2496bf3a0a12678aa4c86af3a7b46236b7 (patch) | |
tree | 6cbfdb30bc982f1e07e3b99883f67af9cefb3bb1 /sci-libs/scotch | |
parent | media-libs/libuninameslist: Stabilize 20221022 arm, #899414 (diff) | |
download | gentoo-74aedf2496bf3a0a12678aa4c86af3a7b46236b7.tar.gz gentoo-74aedf2496bf3a0a12678aa4c86af3a7b46236b7.tar.bz2 gentoo-74aedf2496bf3a0a12678aa4c86af3a7b46236b7.zip |
sci-libs/scotch: Stabilize 7.0.1-r1 ppc64, #899454
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/scotch')
-rw-r--r-- | sci-libs/scotch/scotch-7.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/scotch/scotch-7.0.1-r1.ebuild b/sci-libs/scotch/scotch-7.0.1-r1.ebuild index 37ae5cb9d814..afb165975c82 100644 --- a/sci-libs/scotch/scotch-7.0.1-r1.ebuild +++ b/sci-libs/scotch/scotch-7.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-v${PV}" LICENSE="CeCILL-2" SLOT="0/${SOVER}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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 int64 mpi static-libs test tools +threads" # bug #532620 REQUIRED_USE="test? ( threads )" |