diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:50:17 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:29 +0300 |
commit | 223613b8f044c591ddd9b9c0c11f3b6894b009d2 (patch) | |
tree | f808cbab8ad8ab17a230c13cbb88c8468aa35a92 /sci-libs/armadillo | |
parent | sci-libs/alglib: destabilize for ~x86 (diff) | |
download | gentoo-223613b8f044c591ddd9b9c0c11f3b6894b009d2.tar.gz gentoo-223613b8f044c591ddd9b9c0c11f3b6894b009d2.tar.bz2 gentoo-223613b8f044c591ddd9b9c0c11f3b6894b009d2.zip |
sci-libs/armadillo: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/armadillo')
-rw-r--r-- | sci-libs/armadillo/armadillo-10.2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/armadillo/armadillo-10.8.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/armadillo/armadillo-10.2.0-r1.ebuild b/sci-libs/armadillo/armadillo-10.2.0-r1.ebuild index bf6e45bd7854..916e16e01584 100644 --- a/sci-libs/armadillo/armadillo-10.2.0-r1.ebuild +++ b/sci-libs/armadillo/armadillo-10.2.0-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=7 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/arma/${P}.tar.xz" LICENSE="Apache-2.0" SLOT="0/10" -KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="arpack blas doc examples hdf5 lapack mkl superlu test" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( lapack )" diff --git a/sci-libs/armadillo/armadillo-10.8.2.ebuild b/sci-libs/armadillo/armadillo-10.8.2.ebuild index 637bacec3260..5f6bd3b57605 100644 --- a/sci-libs/armadillo/armadillo-10.8.2.ebuild +++ b/sci-libs/armadillo/armadillo-10.8.2.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 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/arma/${P}.tar.xz" LICENSE="Apache-2.0" SLOT="0/10" -KEYWORDS="amd64 ~arm ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="arpack blas doc examples hdf5 lapack mkl superlu test" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( lapack )" |