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 A97F9138351 for ; Fri, 24 Jan 2020 23:42:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 516ABE082B; Fri, 24 Jan 2020 23:42:32 +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 27948E082B for ; Fri, 24 Jan 2020 23:42:32 +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 8334434E2AF for ; Fri, 24 Jan 2020 23:42:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3746412A for ; Fri, 24 Jan 2020 23:42:27 +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: <1579909338.778c84f7b3661e6282cb6429d6bef6be25763cae.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubectl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/kubectl/kubectl-1.16.6.ebuild X-VCS-Directories: sys-cluster/kubectl/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 778c84f7b3661e6282cb6429d6bef6be25763cae X-VCS-Branch: master Date: Fri, 24 Jan 2020 23:42:27 +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: 03e313cf-6ff1-4fcb-88f8-22840054bdd8 X-Archives-Hash: 0733a34f9f81d951f51162837258a5ef commit: 778c84f7b3661e6282cb6429d6bef6be25763cae Author: William Hubbs sony com> AuthorDate: Fri Jan 24 23:26:58 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Jan 24 23:42:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778c84f7 sys-cluster/kubectl: 1.16.6 requires go 1.13 Signed-off-by: William Hubbs gentoo.org> sys-cluster/kubectl/kubectl-1.16.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/kubectl/kubectl-1.16.6.ebuild b/sys-cluster/kubectl/kubectl-1.16.6.ebuild index 2ab1aefbcfc..5b5b18b0105 100644 --- a/sys-cluster/kubectl/kubectl-1.16.6.ebuild +++ b/sys-cluster/kubectl/kubectl-1.16.6.ebuild @@ -16,7 +16,7 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="" -DEPEND=">=dev-lang/go-1.12 +DEPEND=">=dev-lang/go-1.13 dev-go/go-bindata" RESTRICT="test"