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 47919158003 for ; Sat, 25 Sep 2021 16:59:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51045E08CE; Sat, 25 Sep 2021 16:59:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32A93E08CE for ; Sat, 25 Sep 2021 16:59:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13738342B0C for ; Sat, 25 Sep 2021 16:59:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56A1F102 for ; Sat, 25 Sep 2021 16:59:01 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1632589127.e941ab4dab0d22bc23837fe562679a86f3495942.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/yggdrasil-go/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/yggdrasil-go/yggdrasil-go-0.4.0.ebuild X-VCS-Directories: net-p2p/yggdrasil-go/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e941ab4dab0d22bc23837fe562679a86f3495942 X-VCS-Branch: dev Date: Sat, 25 Sep 2021 16:59:01 +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: b37b272f-79ef-46d2-8e5f-040f66f4e7db X-Archives-Hash: a7e0da7f3219e9f4e8a14f7842573367 Message-ID: <20210925165901.3-ytU9MKSQYWP-CP2DceWtki0kDqJqyv_ANJ3JfeFLE@z> commit: e941ab4dab0d22bc23837fe562679a86f3495942 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Sep 25 16:58:47 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Sep 25 16:58:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e941ab4d net-p2p/yggdrasil-go: fix leading whitespace Signed-off-by: Arthur Zamarin gentoo.org> net-p2p/yggdrasil-go/yggdrasil-go-0.4.0.ebuild | 4 ++-- 1 file 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