diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:50:14 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:29 +0300 |
commit | 24f9cc5cfb783e84c83982f4c3a07db35c9606cd (patch) | |
tree | d0a479279aa34797fd5b977bb63853be1928af40 /sci-libs/alglib | |
parent | sci-libs/adolc: destabilize for ~x86 (diff) | |
download | gentoo-24f9cc5cfb783e84c83982f4c3a07db35c9606cd.tar.gz gentoo-24f9cc5cfb783e84c83982f4c3a07db35c9606cd.tar.bz2 gentoo-24f9cc5cfb783e84c83982f4c3a07db35c9606cd.zip |
sci-libs/alglib: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/alglib')
-rw-r--r-- | sci-libs/alglib/alglib-3.17.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/alglib/alglib-3.17.0.ebuild b/sci-libs/alglib/alglib-3.17.0.ebuild index e8fbf3344823..1b837edafa87 100644 --- a/sci-libs/alglib/alglib-3.17.0.ebuild +++ b/sci-libs/alglib/alglib-3.17.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ S="${WORKDIR}"/cpp LICENSE="GPL-2+" SLOT="0/3.8" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |