From 3f261357dc409e9ef2697e19693128ff0595e3e5 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Mon, 10 Mar 2025 13:41:34 +0200 Subject: [PATCH] dev-ml/zarith: Stabilize 1.14 arm64, #951104 Signed-off-by: Arthur Zamarin --- dev-ml/zarith/zarith-1.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/zarith/zarith-1.14.ebuild b/dev-ml/zarith/zarith-1.14.ebuild index 6fd8ce772abcd..5b8064a5c0738 100644 --- a/dev-ml/zarith/zarith-1.14.ebuild +++ b/dev-ml/zarith/zarith-1.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ S="${WORKDIR}/Zarith-release-${PV}" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" +KEYWORDS="amd64 ~arm arm64 ~ppc x86" IUSE="doc +ocamlopt" RESTRICT="!ocamlopt? ( test )"