commit: 06dd58b72dabf95f26a2da87e69a6d9ea8a18aad
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 5 18:32:10 2026 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 5 18:32:10 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06dd58b7
dev-cpp/cli11: Stabilize 2.6.1 arm64, #955963
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
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 1e04595b8de4..5f534661a773 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 )"