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 AE1BC1382C5 for ; Sat, 13 Mar 2021 02:38:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C809BE08FC; Sat, 13 Mar 2021 02:38:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B2914E08FC for ; Sat, 13 Mar 2021 02:38:24 +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 8306A340A9D for ; Sat, 13 Mar 2021 02:38:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C8A759C for ; Sat, 13 Mar 2021 02:38:22 +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: <1615603069.3472a3ee987a17b43bd7f45ffc3e4607391c6b08.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.18.16.ebuild X-VCS-Directories: sys-cluster/kube-controller-manager/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 3472a3ee987a17b43bd7f45ffc3e4607391c6b08 X-VCS-Branch: master Date: Sat, 13 Mar 2021 02:38:22 +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: 9c8476e6-f6ef-4de0-8330-957f3c63139a X-Archives-Hash: c3bb312dc5a0c14f132631b7982a61ba commit: 3472a3ee987a17b43bd7f45ffc3e4607391c6b08 Author: William Hubbs gentoo org> AuthorDate: Sat Mar 13 02:37:49 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Mar 13 02:37:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3472a3ee sys-cluster/kube-controller-manager: build 1.18.16 with any version of go Signed-off-by: William Hubbs gentoo.org> .../kube-controller-manager/kube-controller-manager-1.18.16.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-cluster/kube-controller-manager/kube-controller-manager-1.18.16.ebuild b/sys-cluster/kube-controller-manager/kube-controller-manager-1.18.16.ebuild index a8f8cabb485..ff369dd8cd5 100644 --- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.18.16.ebuild +++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.18.16.ebuild @@ -18,7 +18,6 @@ COMMON_DEPEND="acct-group/kube-controller-manager DEPEND="${COMMON_DEPEND}" RDEPEND="${COMMON_DEPEND} !sys-cluster/kubernetes" -BDEPEND="=dev-lang/go-1.14*" RESTRICT+=" test" S="${WORKDIR}/kubernetes-${PV}"