Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/yggdrasil-go/
Date: Sat, 25 Sep 2021 17:14:58
Message-Id: 1632589127.e941ab4dab0d22bc23837fe562679a86f3495942.arthurzam@gentoo
1 commit: e941ab4dab0d22bc23837fe562679a86f3495942
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 16:58:47 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 16:58:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e941ab4d
7
8 net-p2p/yggdrasil-go: fix leading whitespace
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-p2p/yggdrasil-go/yggdrasil-go-0.4.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-p2p/yggdrasil-go/yggdrasil-go-0.4.0.ebuild b/net-p2p/yggdrasil-go/yggdrasil-go-0.4.0.ebuild
16 index 4a540aecb..8944b73b8 100644
17 --- a/net-p2p/yggdrasil-go/yggdrasil-go-0.4.0.ebuild
18 +++ b/net-p2p/yggdrasil-go/yggdrasil-go-0.4.0.ebuild
19 @@ -102,7 +102,7 @@ KEYWORDS="~amd64"
20 RESTRICT="mirror"
21
22 DEPEND="
23 - acct-user/yggdrasil
24 + acct-user/yggdrasil
25 acct-group/yggdrasil
26 "
27 RDEPEND=">=dev-vcs/git-1.7.3"
28 @@ -120,7 +120,7 @@ pkg_setup() {
29
30 src_compile() {
31 local PKGSRC="github.com/yggdrasil-network/yggdrasil-go/src/version"
32 - local PKGNAME="${PN}-${PV}"
33 + local PKGNAME="${P}"
34 local PKGVER="v${PV}"
35 local LDGOFLAGS="-X ${PKGSRC}.buildName=${PKGNAME} -X ${PKGSRC}.buildVersion=${PKGVER}"
36 for CMD in yggdrasil yggdrasilctl ; do