diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-02-08 19:00:50 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-02-08 19:00:50 -0500 |
commit | ff6fb1409edf14a4cd65a49bfc95d1471af95fae (patch) | |
tree | ee409c4ba64be25b4710e564bde74ab9eea9143f /sci-mathematics/eclib | |
parent | dev-lua/mpack: add 1.0.12 (diff) | |
download | gentoo-ff6fb1409edf14a4cd65a49bfc95d1471af95fae.tar.gz gentoo-ff6fb1409edf14a4cd65a49bfc95d1471af95fae.tar.bz2 gentoo-ff6fb1409edf14a4cd65a49bfc95d1471af95fae.zip |
sci-mathematics/eclib: stabilize 20231212 for amd64
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/eclib')
-rw-r--r-- | sci-mathematics/eclib/eclib-20231212.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/eclib/eclib-20231212.ebuild b/sci-mathematics/eclib/eclib-20231212.ebuild index df7ada010cb3..fef4e290e963 100644 --- a/sci-mathematics/eclib/eclib-20231212.ebuild +++ b/sci-mathematics/eclib/eclib-20231212.ebuild @@ -16,7 +16,7 @@ LICENSE="GPL-2+ LGPL-2.1+" # Subslot is from the soname, (LT_CURRENT - LT_AGE) in configure.ac. # (But for now, see src_prepare below.) SLOT="0/12" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="boost flint minimal test" RESTRICT="!test? ( test )" |