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 E1EA51382C5 for ; Sat, 16 May 2020 20:38:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13092E0A94; Sat, 16 May 2020 20:38:15 +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 E9C1AE0A94 for ; Sat, 16 May 2020 20:38:14 +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 3E43734F4EF for ; Sat, 16 May 2020 20:38:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 295BE175 for ; Sat, 16 May 2020 20:38:11 +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: <1589661475.e35495882e577a6b08b03e29624c0d154df85cc6.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/cli/cli-9999.ebuild X-VCS-Directories: dev-vcs/cli/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: e35495882e577a6b08b03e29624c0d154df85cc6 X-VCS-Branch: master Date: Sat, 16 May 2020 20:38:11 +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: 7789528f-e656-4592-96a2-e9bcea93ed42 X-Archives-Hash: c797c8d26229cb40a12a1fb1c417a265 commit: e35495882e577a6b08b03e29624c0d154df85cc6 Author: William Hubbs gentoo org> AuthorDate: Sat May 16 20:37:55 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat May 16 20:37:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3549588 dev-vcs/cli: sync live Signed-off-by: William Hubbs gentoo.org> dev-vcs/cli/cli-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-vcs/cli/cli-9999.ebuild b/dev-vcs/cli/cli-9999.ebuild index 4d623307289..0e86bb236c4 100644 --- a/dev-vcs/cli/cli-9999.ebuild +++ b/dev-vcs/cli/cli-9999.ebuild @@ -34,8 +34,8 @@ EGO_SUM=( "github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod" "github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod" "github.com/beorn7/perks v1.0.0/go.mod" - "github.com/briandowns/spinner v1.9.0" - "github.com/briandowns/spinner v1.9.0/go.mod" + "github.com/briandowns/spinner v1.10.1-0.20200410162419-bf6cf7ae6727" + "github.com/briandowns/spinner v1.10.1-0.20200410162419-bf6cf7ae6727/go.mod" "github.com/cespare/xxhash v1.1.0/go.mod" "github.com/charmbracelet/glamour v0.1.1-0.20200320173916-301d3bcf3058" "github.com/charmbracelet/glamour v0.1.1-0.20200320173916-301d3bcf3058/go.mod" @@ -75,6 +75,7 @@ EGO_SUM=( "github.com/golang/protobuf v1.3.1" "github.com/golang/protobuf v1.3.1/go.mod" "github.com/google/btree v1.0.0/go.mod" + "github.com/google/go-cmp v0.2.0" "github.com/google/go-cmp v0.2.0/go.mod" "github.com/google/goterm v0.0.0-20190703233501-fc88cf888a3f" "github.com/google/goterm v0.0.0-20190703233501-fc88cf888a3f/go.mod" @@ -285,7 +286,8 @@ src_unpack() { src_compile() { has live "${PROPERTIES}" || export GH_VERSION="v${PV}" # Golang LDFLAGS are not the same as GCC/Binutils LDFLAGS - LDFLAGS="" emake bin/gh + unset LDFLAGS + emake } src_install() {