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 E677213835B 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 0B8DBE08FE; Sat, 13 Mar 2021 02:38:25 +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 E7722E08FE for ; Sat, 13 Mar 2021 02:38:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9061D340A9F 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 06414586 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: <1615603068.b67f9d863a6e7b8fd01f19a62102718f86a8a78e.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.18.16.ebuild X-VCS-Directories: sys-cluster/kube-apiserver/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: b67f9d863a6e7b8fd01f19a62102718f86a8a78e 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: 87ddab57-1908-4b38-9d15-9babe5bc7a16 X-Archives-Hash: f20c29038a44e265325e50bb3d4edb88 commit: b67f9d863a6e7b8fd01f19a62102718f86a8a78e Author: William Hubbs gentoo org> AuthorDate: Sat Mar 13 02:37:48 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Mar 13 02:37:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b67f9d86 sys-cluster/kube-apiserver: build 1.18.16 with any version of go Signed-off-by: William Hubbs gentoo.org> sys-cluster/kube-apiserver/kube-apiserver-1.18.16.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.18.16.ebuild b/sys-cluster/kube-apiserver/kube-apiserver-1.18.16.ebuild index dadfa3ce121..b37dff4ea49 100644 --- a/sys-cluster/kube-apiserver/kube-apiserver-1.18.16.ebuild +++ b/sys-cluster/kube-apiserver/kube-apiserver-1.18.16.ebuild @@ -19,7 +19,6 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND}" RDEPEND="${COMMON_DEPEND} !sys-cluster/kubernetes" -BDEPEND="=dev-lang/go-1.14*" RESTRICT+=" test" S="${WORKDIR}/kubernetes-${PV}"