From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0DEC9158043 for ; Mon, 26 Feb 2024 18:39:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FC28E2A7A; Mon, 26 Feb 2024 18:39:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 016E9E2A7A for ; Mon, 26 Feb 2024 18:39:31 +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 0A96D33BEEB for ; Mon, 26 Feb 2024 18:39:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D47214DD for ; Mon, 26 Feb 2024 18:39:28 +0000 (UTC) From: "William Hubbs" 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" Message-ID: <1708972654.d8df81b30deb28923d4e68f1f71981c3b719f23b.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.27.10.ebuild sys-cluster/kube-controller-manager/kube-controller-manager-1.27.11.ebuild X-VCS-Directories: sys-cluster/kube-controller-manager/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: d8df81b30deb28923d4e68f1f71981c3b719f23b X-VCS-Branch: master Date: Mon, 26 Feb 2024 18:39:28 +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: 6afc41af-5cde-4f1f-aeda-88ceb8b87bef X-Archives-Hash: b4f0f09162fc30cda8865acca970737a commit: d8df81b30deb28923d4e68f1f71981c3b719f23b Author: William Hubbs gentoo org> AuthorDate: Mon Feb 26 18:37:34 2024 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Feb 26 18:37:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8df81b3 sys-cluster/kube-controller-manager: build 1.27 series with host go version Bug: https://bugs.gentoo.org/923839 Signed-off-by: William Hubbs gentoo.org> .../kube-controller-manager/kube-controller-manager-1.27.10.ebuild | 2 +- .../kube-controller-manager/kube-controller-manager-1.27.11.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/kube-controller-manager/kube-controller-manager-1.27.10.ebuild b/sys-cluster/kube-controller-manager/kube-controller-manager-1.27.10.ebuild index 52aa4004a343..f2fe34fdad36 100644 --- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.27.10.ebuild +++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.27.10.ebuild @@ -23,7 +23,7 @@ RESTRICT+=" test" S="${WORKDIR}/kubernetes-${PV}" src_compile() { - CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \ + CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" FORCE_HOST_GO=yes \ emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN} } diff --git a/sys-cluster/kube-controller-manager/kube-controller-manager-1.27.11.ebuild b/sys-cluster/kube-controller-manager/kube-controller-manager-1.27.11.ebuild index 202fbcc3d246..4b792167caaf 100644 --- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.27.11.ebuild +++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.27.11.ebuild @@ -23,7 +23,7 @@ RESTRICT+=" test" S="${WORKDIR}/kubernetes-${PV}" src_compile() { - CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \ + CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" FORCE_HOST_GO=yes \ emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN} }