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 F1327138359 for ; Sat, 10 Oct 2020 18:12:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E853E0909; Sat, 10 Oct 2020 18:12:38 +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 18D1BE0909 for ; Sat, 10 Oct 2020 18:12:38 +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 04D0E340DE6 for ; Sat, 10 Oct 2020 18:12:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E16D332 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: <1602353250.cf77fe259460e47d2f075e21cfc362b83dce9ae7.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubeadm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/kubeadm/kubeadm-1.19.2.ebuild X-VCS-Directories: sys-cluster/kubeadm/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: cf77fe259460e47d2f075e21cfc362b83dce9ae7 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: 669ddda2-ba90-4a2b-8f56-ecc11495532a X-Archives-Hash: f043d63f70677e956a93edc2cb38baee commit: cf77fe259460e47d2f075e21cfc362b83dce9ae7 Author: William Hubbs gentoo org> AuthorDate: Sat Oct 10 16:32:53 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Oct 10 18:07:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf77fe25 sys-cluster/kubeadm: build 1.19.2 with at least go 1.15 Bug: https://bugs.gentoo.org/747040 Signed-off-by: William Hubbs gentoo.org> sys-cluster/kubeadm/kubeadm-1.19.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/kubeadm/kubeadm-1.19.2.ebuild b/sys-cluster/kubeadm/kubeadm-1.19.2.ebuild index 691a05d866e..192287ce82c 100644 --- a/sys-cluster/kubeadm/kubeadm-1.19.2.ebuild +++ b/sys-cluster/kubeadm/kubeadm-1.19.2.ebuild @@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~arm64" IUSE="hardened" RDEPEND="!sys-cluster/kubernetes" +BDEPEND=">=dev-lang/go-1.15" RESTRICT+=" test" S="${WORKDIR}/kubernetes-${PV}"