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 844DE13835A for ; Sat, 10 Oct 2020 18:12:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E367BE0938; Sat, 10 Oct 2020 18:12:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9EC7EE0938 for ; Sat, 10 Oct 2020 18:12:39 +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 B0BAF340DE6 for ; Sat, 10 Oct 2020 18:12:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0E433A0 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: <1602353252.5ad0849a2f140fd2d9581cdbe2b2168d6ef7d0fc.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/kube-proxy/kube-proxy-1.19.2.ebuild X-VCS-Directories: sys-cluster/kube-proxy/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 5ad0849a2f140fd2d9581cdbe2b2168d6ef7d0fc 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: ea77aa2b-32f0-494e-9ea8-50ea875c0f55 X-Archives-Hash: 7eb64e0bc5dbc3db580fc07f95be18f6 commit: 5ad0849a2f140fd2d9581cdbe2b2168d6ef7d0fc Author: William Hubbs gentoo org> AuthorDate: Sat Oct 10 17:06:37 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Oct 10 18:07:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad0849a sys-cluster/kube-proxy-1.19.2: build with at least go 1.15 Bug: https://bugs.gentoo.org/747040 Signed-off-by: William Hubbs gentoo.org> sys-cluster/kube-proxy/kube-proxy-1.19.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/kube-proxy/kube-proxy-1.19.2.ebuild b/sys-cluster/kube-proxy/kube-proxy-1.19.2.ebuild index 324ae6a0bf0..2bf8b1a469e 100644 --- a/sys-cluster/kube-proxy/kube-proxy-1.19.2.ebuild +++ b/sys-cluster/kube-proxy/kube-proxy-1.19.2.ebuild @@ -15,6 +15,7 @@ IUSE="hardened" RDEPEND="net-firewall/conntrack-tools !sys-cluster/kubernetes" +BDEPEND=">=dev-lang/go-1.15" RESTRICT+=" test" S="${WORKDIR}/kubernetes-${PV}"