commit: 5ad0849a2f140fd2d9581cdbe2b2168d6ef7d0fc Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Sat Oct 10 17:06:37 2020 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> 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 <williamh <AT> 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}"
