From 92d0020dd8e0275febac6c0ddc49febd7e5b54d7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 20 Jul 2025 16:51:04 +0100 Subject: [PATCH] net-misc/kea: Stabilize 2.6.3 amd64, #960461 Signed-off-by: Sam James --- net-misc/kea/kea-2.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/kea/kea-2.6.3.ebuild b/net-misc/kea/kea-2.6.3.ebuild index b52c810909cc5..18c32a0da1551 100644 --- a/net-misc/kea/kea-2.6.3.ebuild +++ b/net-misc/kea/kea-2.6.3.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://gitlab.isc.org/isc-projects/kea.git" else SRC_URI="https://downloads.isc.org/isc/kea/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi LICENSE="MPL-2.0"