aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-03-09 15:52:15 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-03-09 15:52:15 +0100
commit435659dbd304c47072c8842b07f518b59a052ad5 (patch)
tree9e06a9fe0e4b4a665d04ef4376ab22458e31fa3b
parentdev-python/websockets: An implementation of the WebSocket Protocol (diff)
downloadguru-435659dbd304c47072c8842b07f518b59a052ad5.tar.gz
guru-435659dbd304c47072c8842b07f518b59a052ad5.tar.bz2
guru-435659dbd304c47072c8842b07f518b59a052ad5.zip
app-misc/ghq: BDEPEND on go
Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--app-misc/ghq/ghq-1.1.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/ghq/ghq-1.1.0.ebuild b/app-misc/ghq/ghq-1.1.0.ebuild
index fe190f432..4ffa4cf6e 100644
--- a/app-misc/ghq/ghq-1.1.0.ebuild
+++ b/app-misc/ghq/ghq-1.1.0.ebuild
@@ -70,7 +70,8 @@ SRC_URI="https://github.com/x-motemen/ghq/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
+
+BDEPEND="dev-lang/go"
src_compile() {
go build -work -o "bin/${PN}" ./ || die