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 AB505138334 for ; Fri, 26 Apr 2019 10:40:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA2D2E0908; Fri, 26 Apr 2019 10:40:40 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B22F5E0908 for ; Fri, 26 Apr 2019 10:40:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5060B342837 for ; Fri, 26 Apr 2019 10:40:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B32657E for ; Fri, 26 Apr 2019 10:40:37 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1556275233.80d52390cebc150bc984c4a7db6a3148c16b325c.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/hcloud/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/hcloud/hcloud-1.12.0.ebuild X-VCS-Directories: app-admin/hcloud/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 80d52390cebc150bc984c4a7db6a3148c16b325c X-VCS-Branch: master Date: Fri, 26 Apr 2019 10:40:37 +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: 1323d6aa-a2f7-4b90-8e67-70ec97c61f6f X-Archives-Hash: 495ca6bd07e7cc852c34981643119ffa commit: 80d52390cebc150bc984c4a7db6a3148c16b325c Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Apr 26 10:40:22 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Apr 26 10:40:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d52390 app-admin/hcloud: report a correct version Signed-off-by: Agostino Sarubbo gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 app-admin/hcloud/hcloud-1.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/hcloud/hcloud-1.12.0.ebuild b/app-admin/hcloud/hcloud-1.12.0.ebuild index f19f65fda3f..4367320daaa 100644 --- a/app-admin/hcloud/hcloud-1.12.0.ebuild +++ b/app-admin/hcloud/hcloud-1.12.0.ebuild @@ -16,7 +16,7 @@ DEPEND="dev-lang/go:=" RESTRICT="strip" src_compile() { - go build -mod vendor -o ${PN} ./cmd/${PN} || die "build failed" + go build -mod vendor -o ${PN} -ldflags "-w -X github.com/hetznercloud/cli/cli.Version=${PV}-gentoo" ./cmd/${PN} || die "build failed" } src_install() {