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 0EBFD158090 for ; Fri, 13 May 2022 16:22:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49916E0895; Fri, 13 May 2022 16:22:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 2DD6CE089C for ; Fri, 13 May 2022 16:22:24 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F01B3418BC for ; Fri, 13 May 2022 16:22:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3A85465 for ; Fri, 13 May 2022 16:22:20 +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: <1652458903.c0971dd9d5ffb6ef67ccb39521f078c74cc3b78b.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubectl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/kubectl/kubectl-1.24.0.ebuild X-VCS-Directories: sys-cluster/kubectl/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: c0971dd9d5ffb6ef67ccb39521f078c74cc3b78b X-VCS-Branch: master Date: Fri, 13 May 2022 16:22:20 +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: 93bfcf8c-8fda-4a33-9f0e-4e46a1e87fbf X-Archives-Hash: 64f30de91af8829204676f125597b8c8 commit: c0971dd9d5ffb6ef67ccb39521f078c74cc3b78b Author: William Hubbs gentoo org> AuthorDate: Fri May 13 16:20:31 2022 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri May 13 16:21:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0971dd9 sys-cluster/kubectl: require >= go 1.18.1 to build 1.24.0 Bug: https://bugs.gentoo.org/843923 Signed-off-by: William Hubbs gentoo.org> sys-cluster/kubectl/kubectl-1.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/kubectl/kubectl-1.24.0.ebuild b/sys-cluster/kubectl/kubectl-1.24.0.ebuild index 93befd485395..375df35b0a71 100644 --- a/sys-cluster/kubectl/kubectl-1.24.0.ebuild +++ b/sys-cluster/kubectl/kubectl-1.24.0.ebuild @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm64" IUSE="hardened" -BDEPEND=">=dev-lang/go-1.17" +BDEPEND=">=dev-lang/go-1.18.1" RESTRICT+=" test" S="${WORKDIR}/kubernetes-${PV}"