From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1737936-garchives=archives.gentoo.org@lists.gentoo.org> 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 03EC31584AD for <garchives@archives.gentoo.org>; Thu, 17 Apr 2025 17:12:29 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DF907341465 for <garchives@archives.gentoo.org>; Thu, 17 Apr 2025 17:12:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 52B171104B1; Thu, 17 Apr 2025 17:12:25 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 481AA1104B1 for <gentoo-commits@lists.gentoo.org>; Thu, 17 Apr 2025 17:12:25 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC24A34300E for <gentoo-commits@lists.gentoo.org>; Thu, 17 Apr 2025 17:12:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85FF423D0 for <gentoo-commits@lists.gentoo.org>; Thu, 17 Apr 2025 17:12:23 +0000 (UTC) From: "William Hubbs" <williamh@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" <williamh@gentoo.org> Message-ID: <1744909906.4ca8f753dac3f25963b00d9dcd7b51dc0d50a763.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/kube-controller-manager/kube-controller-manager-1.32.3.ebuild X-VCS-Directories: sys-cluster/kube-controller-manager/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 4ca8f753dac3f25963b00d9dcd7b51dc0d50a763 X-VCS-Branch: master Date: Thu, 17 Apr 2025 17:12:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d9980158-21c3-4da0-a9f7-05e3cbd493b5 X-Archives-Hash: d85f880d20225b3a9285ea35c40fec19 commit: 4ca8f753dac3f25963b00d9dcd7b51dc0d50a763 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Thu Apr 17 17:11:46 2025 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Apr 17 17:11:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca8f753 sys-cluster/kube-controller-manager: stabilize 1.32.3 for amd64 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> .../kube-controller-manager/kube-controller-manager-1.32.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/kube-controller-manager/kube-controller-manager-1.32.3.ebuild b/sys-cluster/kube-controller-manager/kube-controller-manager-1.32.3.ebuild index 115c08143f25..872c9abb853d 100644 --- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.32.3.ebuild +++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.32.3.ebuild @@ -14,7 +14,7 @@ LICENSE="Apache-2.0" # Dependent licenses LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="amd64 ~arm64" IUSE="hardened" RESTRICT="test"