aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-09-25 19:58:47 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-09-25 19:58:47 +0300
commite941ab4dab0d22bc23837fe562679a86f3495942 (patch)
treee41abc4efec7e9abba66e3b0147b4cc5cd85dc1f /net-p2p
parentnet-misc/smcroute: Drop old (diff)
downloadguru-e941ab4dab0d22bc23837fe562679a86f3495942.tar.gz
guru-e941ab4dab0d22bc23837fe562679a86f3495942.tar.bz2
guru-e941ab4dab0d22bc23837fe562679a86f3495942.zip
net-p2p/yggdrasil-go: fix leading whitespace
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/yggdrasil-go/yggdrasil-go-0.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/yggdrasil-go/yggdrasil-go-0.4.0.ebuild b/net-p2p/yggdrasil-go/yggdrasil-go-0.4.0.ebuild
index 4a540aecb..8944b73b8 100644
--- a/net-p2p/yggdrasil-go/yggdrasil-go-0.4.0.ebuild
+++ b/net-p2p/yggdrasil-go/yggdrasil-go-0.4.0.ebuild
@@ -102,7 +102,7 @@ KEYWORDS="~amd64"
RESTRICT="mirror"
DEPEND="
- acct-user/yggdrasil
+ acct-user/yggdrasil
acct-group/yggdrasil
"
RDEPEND=">=dev-vcs/git-1.7.3"
@@ -120,7 +120,7 @@ pkg_setup() {
src_compile() {
local PKGSRC="github.com/yggdrasil-network/yggdrasil-go/src/version"
- local PKGNAME="${PN}-${PV}"
+ local PKGNAME="${P}"
local PKGVER="v${PV}"
local LDGOFLAGS="-X ${PKGSRC}.buildName=${PKGNAME} -X ${PKGSRC}.buildVersion=${PKGVER}"
for CMD in yggdrasil yggdrasilctl ; do