diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:50:20 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:29 +0300 |
commit | cd4b0922585ebbcdd4408ceefb1559618ed59b24 (patch) | |
tree | 5c8d6ef13d57f6e852c7812d2669739b3a7a16a8 /sci-libs/atlas | |
parent | sci-libs/armadillo: destabilize for ~x86 (diff) | |
download | gentoo-cd4b0922585ebbcdd4408ceefb1559618ed59b24.tar.gz gentoo-cd4b0922585ebbcdd4408ceefb1559618ed59b24.tar.bz2 gentoo-cd4b0922585ebbcdd4408ceefb1559618ed59b24.zip |
sci-libs/atlas: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/atlas')
-rw-r--r-- | sci-libs/atlas/atlas-3.10.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/atlas/atlas-3.10.2.ebuild b/sci-libs/atlas/atlas-3.10.2.ebuild index b763f1f14b3f..6bddbb7be902 100644 --- a/sci-libs/atlas/atlas-3.10.2.ebuild +++ b/sci-libs/atlas/atlas-3.10.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=6 @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/math-atlas/${PN}${PV}.tar.bz2 LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc fortran generic lapack static-libs threads" RDEPEND="" |