summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2020-05-16 15:37:55 -0500
committerWilliam Hubbs <williamh@gentoo.org>2020-05-16 15:37:55 -0500
commite35495882e577a6b08b03e29624c0d154df85cc6 (patch)
tree524f622376c5f35c026162875374256284e876fa /dev-vcs
parentdev-vcs/cli: 0.8.0 bump (diff)
downloadgentoo-e35495882e577a6b08b03e29624c0d154df85cc6.tar.gz
gentoo-e35495882e577a6b08b03e29624c0d154df85cc6.tar.bz2
gentoo-e35495882e577a6b08b03e29624c0d154df85cc6.zip
dev-vcs/cli: sync live
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/cli/cli-9999.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-vcs/cli/cli-9999.ebuild b/dev-vcs/cli/cli-9999.ebuild
index 4d623307289a..0e86bb236c4a 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() {