From 06dd58b72dabf95f26a2da87e69a6d9ea8a18aad Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Thu, 5 Feb 2026 20:32:10 +0200 Subject: [PATCH] dev-cpp/cli11: Stabilize 2.6.1 arm64, #955963 Signed-off-by: Arthur Zamarin --- dev-cpp/cli11/cli11-2.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/cli11/cli11-2.6.1.ebuild b/dev-cpp/cli11/cli11-2.6.1.ebuild index 1e04595b8de46..5f534661a7738 100644 --- a/dev-cpp/cli11/cli11-2.6.1.ebuild +++ b/dev-cpp/cli11/cli11-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2025 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S=${WORKDIR}/${PN^^}-${PV} LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86" IUSE="doc test" RESTRICT="!test? ( test )"