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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 271C713835B for ; Sat, 10 Oct 2020 18:12:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6756AE0924; Sat, 10 Oct 2020 18:12:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 529C9E0924 for ; Sat, 10 Oct 2020 18:12:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E88A340F12 for ; Sat, 10 Oct 2020 18:12:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9931039D for ; Sat, 10 Oct 2020 18:12:35 +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: <1602353251.5499667534f2fef8e69c17c8314375a9af0d21d7.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.19.2.ebuild X-VCS-Directories: sys-cluster/kube-controller-manager/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 5499667534f2fef8e69c17c8314375a9af0d21d7 X-VCS-Branch: master Date: Sat, 10 Oct 2020 18:12:35 +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: 4d07b90d-e9d7-4815-92b6-45fcdc03cf8c X-Archives-Hash: c23a0b89fb53cc54d75b682e2f7d4323 commit: 5499667534f2fef8e69c17c8314375a9af0d21d7 Author: William Hubbs gentoo org> AuthorDate: Sat Oct 10 16:47:18 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Oct 10 18:07:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54996675 sys-cluster/kube-controller-manager: build 1.19.2 with at least go 1.15 Bug: https://bugs.gentoo.org/747040 Signed-off-by: William Hubbs gentoo.org> .../kube-controller-manager/kube-controller-manager-1.19.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/kube-controller-manager/kube-controller-manager-1.19.2.ebuild b/sys-cluster/kube-controller-manager/kube-controller-manager-1.19.2.ebuild index 8cfdbdc861b..7ebd21720e5 100644 --- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.19.2.ebuild +++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.19.2.ebuild @@ -18,7 +18,7 @@ COMMON_DEPEND="acct-group/kube-controller-manager DEPEND="${COMMON_DEPEND}" RDEPEND="${COMMON_DEPEND} !sys-cluster/kubernetes" -BDEPEND="=dev-lang/go-1.14*" +BDEPEND=">=dev-lang/go-1.15" RESTRICT+=" test" S="${WORKDIR}/kubernetes-${PV}"