From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 240BA15808A for ; Sun, 20 Jul 2025 15:54:05 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 107D8340EF5 for ; Sun, 20 Jul 2025 15:54:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BA4AA110570; Sun, 20 Jul 2025 15:53:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B6E36110570 for ; Sun, 20 Jul 2025 15:53:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C6C5340E18 for ; Sun, 20 Jul 2025 15:53:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54529326F for ; Sun, 20 Jul 2025 15:53:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1753026664.92d0020dd8e0275febac6c0ddc49febd7e5b54d7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/kea/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/kea/kea-2.6.3.ebuild X-VCS-Directories: net-misc/kea/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 92d0020dd8e0275febac6c0ddc49febd7e5b54d7 X-VCS-Branch: master Date: Sun, 20 Jul 2025 15:53:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c3bee755-f7f0-46d6-8f1b-ce4373a8aea8 X-Archives-Hash: 3a5294ee90349d95dd80517dc6025f16 commit: 92d0020dd8e0275febac6c0ddc49febd7e5b54d7 Author: Sam James gentoo org> AuthorDate: Sun Jul 20 15:51:04 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 20 15:51:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d0020d net-misc/kea: Stabilize 2.6.3 amd64, #960461 Signed-off-by: Sam James gentoo.org> 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 b52c810909cc..18c32a0da155 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"