diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-02 19:13:02 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 14:12:46 +0300 |
commit | 701c18e1be8e2a1ba5ef6ac7f563fd6cb030c4ca (patch) | |
tree | ee6d693870395095efa596bfdddbdf95c340143b /sci-libs | |
parent | sci-libs/suitesparseconfig: destabilize for ~ppc (diff) | |
download | gentoo-701c18e1be8e2a1ba5ef6ac7f563fd6cb030c4ca.tar.gz gentoo-701c18e1be8e2a1ba5ef6ac7f563fd6cb030c4ca.tar.bz2 gentoo-701c18e1be8e2a1ba5ef6ac7f563fd6cb030c4ca.zip |
sci-libs/superlu: destabilize for ~ppc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/superlu/superlu-4.3-r2.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/superlu/superlu-5.3.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/superlu/superlu-4.3-r2.ebuild b/sci-libs/superlu/superlu-4.3-r2.ebuild index ed26d8d30dc2..9f2d995880c7 100644 --- a/sci-libs/superlu/superlu-4.3-r2.ebuild +++ b/sci-libs/superlu/superlu-4.3-r2.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=7 @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_PN}_${PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc examples test" RESTRICT="!test? ( test )" diff --git a/sci-libs/superlu/superlu-5.3.0.ebuild b/sci-libs/superlu/superlu-5.3.0.ebuild index c42a61d19b48..c70f4c5c9ef5 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-2022 Gentoo Authors +# Copyright 1999-2023 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 ~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 examples test" RESTRICT="!test? ( test )" |