diff options
author | Sam James <sam@gentoo.org> | 2023-02-07 20:17:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-07 20:17:52 +0000 |
commit | 39ea6168584891766733d41a2758691499e2de86 (patch) | |
tree | ffcfb8b56dfd9ea7437f7cb4560161932db2d9b2 /sci-mathematics/eclib | |
parent | sci-libs/rocBLAS: block >=dev-libs/msgpack-5.0.0 (diff) | |
download | gentoo-39ea6168584891766733d41a2758691499e2de86.tar.gz gentoo-39ea6168584891766733d41a2758691499e2de86.tar.bz2 gentoo-39ea6168584891766733d41a2758691499e2de86.zip |
sci-mathematics/eclib: Stabilize 20221012 x86, #893528
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics/eclib')
-rw-r--r-- | sci-mathematics/eclib/eclib-20221012.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/eclib/eclib-20221012.ebuild b/sci-mathematics/eclib/eclib-20221012.ebuild index 0266953df5d9..a99e86818781 100644 --- a/sci-mathematics/eclib/eclib-20221012.ebuild +++ b/sci-mathematics/eclib/eclib-20221012.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 @@ -17,7 +17,7 @@ LICENSE="GPL-2" # but it's actually still at 10, probably due to a forgotten autoreconf # or something. SLOT="0/11" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux" IUSE="boost flint minimal test" RESTRICT="!test? ( test )" |