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 58969138350 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 ED585E0827; Fri, 24 Jan 2020 23:42:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D80D7E0827 for ; Fri, 24 Jan 2020 23:42:31 +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 109DB34E2C2 for ; Fri, 24 Jan 2020 23:42:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C71F12C 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: <1579909339.d258e7d0f74622ffe4635ee72a038930e8b7a63b.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/kube-proxy/kube-proxy-1.16.6.ebuild X-VCS-Directories: sys-cluster/kube-proxy/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: d258e7d0f74622ffe4635ee72a038930e8b7a63b 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: 3b8c4ca6-a474-488a-9084-e4ca4eccb68a X-Archives-Hash: 3b886680e9fb0653cfe5a41c202aba6c commit: d258e7d0f74622ffe4635ee72a038930e8b7a63b Author: William Hubbs sony com> AuthorDate: Fri Jan 24 23:36:12 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Jan 24 23:42:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d258e7d0 sys-cluster/kube-proxy: 1.16.6 requires go 1.13 to build Signed-off-by: William Hubbs gentoo.org> sys-cluster/kube-proxy/kube-proxy-1.16.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/kube-proxy/kube-proxy-1.16.6.ebuild b/sys-cluster/kube-proxy/kube-proxy-1.16.6.ebuild index f519690e8b2..301cbbe58d9 100644 --- a/sys-cluster/kube-proxy/kube-proxy-1.16.6.ebuild +++ b/sys-cluster/kube-proxy/kube-proxy-1.16.6.ebuild @@ -16,7 +16,7 @@ LICENSE="Apache-2.0" SLOT="0" DEPEND="dev-go/go-bindata - >=dev-lang/go-1.11" + >=dev-lang/go-1.13" RDEPEND="net-firewall/conntrack-tools"