commit: 48d46ebfa61882e38fd4ac980106bbf925b66112
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 02:37:50 2021 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 02:37:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d46ebf
sys-cluster/kube-proxy: build 1.18.16 with any version of go
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
sys-cluster/kube-proxy/kube-proxy-1.18.16.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys-cluster/kube-proxy/kube-proxy-1.18.16.ebuild
b/sys-cluster/kube-proxy/kube-proxy-1.18.16.ebuild
index 5ef88fafdad..1d1531e7c38 100644
--- a/sys-cluster/kube-proxy/kube-proxy-1.18.16.ebuild
+++ b/sys-cluster/kube-proxy/kube-proxy-1.18.16.ebuild
@@ -15,7 +15,6 @@ IUSE="hardened"
RDEPEND="net-firewall/conntrack-tools
!sys-cluster/kubernetes"
-BDEPEND="=dev-lang/go-1.14*"
RESTRICT+=" test"
S="${WORKDIR}/kubernetes-${PV}"