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 9E21513835A 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 80D81E0930; Sat, 10 Oct 2020 18:12:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6B2B5E0930 for ; Sat, 10 Oct 2020 18:12:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1461B340DEE 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 871B838E 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.2bd4dfa8c534d10e715a0cb089e8c955afc597b9.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-apiserver/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/kube-apiserver/kube-apiserver-1.19.2.ebuild X-VCS-Directories: sys-cluster/kube-apiserver/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 2bd4dfa8c534d10e715a0cb089e8c955afc597b9 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: 9ea0323d-f356-4df8-b41c-891cbd40e497 X-Archives-Hash: b9652c3a9e3b18f4fbeb6e214d0aac04 commit: 2bd4dfa8c534d10e715a0cb089e8c955afc597b9 Author: William Hubbs gentoo org> AuthorDate: Sat Oct 10 16:42:02 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=2bd4dfa8 sys-cluster/kube-apiserver: build 1.19.2 with at least go 1.15 Bug: https://bugs.gentoo.org/747040 Signed-off-by: William Hubbs gentoo.org> sys-cluster/kube-apiserver/kube-apiserver-1.19.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.19.2.ebuild b/sys-cluster/kube-apiserver/kube-apiserver-1.19.2.ebuild index 990e8375f17..0c60e4a0143 100644 --- a/sys-cluster/kube-apiserver/kube-apiserver-1.19.2.ebuild +++ b/sys-cluster/kube-apiserver/kube-apiserver-1.19.2.ebuild @@ -19,6 +19,7 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND}" RDEPEND="${COMMON_DEPEND} !sys-cluster/kubernetes" +BDEPEND=">=dev-lang/go-1.15" RESTRICT+=" test" S="${WORKDIR}/kubernetes-${PV}"