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 448C4138334 for ; Sat, 5 Oct 2019 04:38:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EE7DE0856; Sat, 5 Oct 2019 04:38:07 +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 D478CE0856 for ; Sat, 5 Oct 2019 04:38:06 +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 3C6BA34B96D for ; Sat, 5 Oct 2019 04:38:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9F4C779 for ; Sat, 5 Oct 2019 04:38:02 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1570250209.b35e587dc63def0a4cba3937b2c6471ece047fef.zmedico@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.15.3.ebuild sys-cluster/kubectl/kubectl-1.15.4.ebuild sys-cluster/kubectl/kubectl-1.16.0.ebuild X-VCS-Directories: sys-cluster/kubectl/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: b35e587dc63def0a4cba3937b2c6471ece047fef X-VCS-Branch: master Date: Sat, 5 Oct 2019 04:38:02 +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: 08c2d80f-b4dd-427d-a9b2-0eee1f49a603 X-Archives-Hash: 8d1b92391818e2ddaf58c81a48e7b20c commit: b35e587dc63def0a4cba3937b2c6471ece047fef Author: Zac Medico gentoo org> AuthorDate: Sat Oct 5 04:36:11 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Oct 5 04:36:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35e587d sys-cluster/kubectl: fix compile with go-1.13 Closes: https://bugs.gentoo.org/693548 Closes: https://bugs.gentoo.org/695676 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> sys-cluster/kubectl/kubectl-1.15.3.ebuild | 1 + sys-cluster/kubectl/kubectl-1.15.4.ebuild | 1 + sys-cluster/kubectl/kubectl-1.16.0.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sys-cluster/kubectl/kubectl-1.15.3.ebuild b/sys-cluster/kubectl/kubectl-1.15.3.ebuild index 7a61b25dce9..2ab1aefbcfc 100644 --- a/sys-cluster/kubectl/kubectl-1.15.3.ebuild +++ b/sys-cluster/kubectl/kubectl-1.15.3.ebuild @@ -25,6 +25,7 @@ src_prepare() { default sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" -e "s/-s -w/-w/" src/${EGO_PN}/hack/lib/golang.sh || die sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die + rm src/${EGO_PN}/go.mod || die } src_compile() { diff --git a/sys-cluster/kubectl/kubectl-1.15.4.ebuild b/sys-cluster/kubectl/kubectl-1.15.4.ebuild index 7a61b25dce9..2ab1aefbcfc 100644 --- a/sys-cluster/kubectl/kubectl-1.15.4.ebuild +++ b/sys-cluster/kubectl/kubectl-1.15.4.ebuild @@ -25,6 +25,7 @@ src_prepare() { default sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" -e "s/-s -w/-w/" src/${EGO_PN}/hack/lib/golang.sh || die sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die + rm src/${EGO_PN}/go.mod || die } src_compile() { diff --git a/sys-cluster/kubectl/kubectl-1.16.0.ebuild b/sys-cluster/kubectl/kubectl-1.16.0.ebuild index 7a61b25dce9..2ab1aefbcfc 100644 --- a/sys-cluster/kubectl/kubectl-1.16.0.ebuild +++ b/sys-cluster/kubectl/kubectl-1.16.0.ebuild @@ -25,6 +25,7 @@ src_prepare() { default sed -i -e "/vendor\/github.com\/jteeuwen\/go-bindata\/go-bindata/d" -e "s/-s -w/-w/" src/${EGO_PN}/hack/lib/golang.sh || die sed -i -e "/export PATH/d" src/${EGO_PN}/hack/generate-bindata.sh || die + rm src/${EGO_PN}/go.mod || die } src_compile() {