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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8F1F158083 for ; Sun, 22 Sep 2024 09:16:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D17192BC074; Sun, 22 Sep 2024 09:16:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B86B92BC074 for ; Sun, 22 Sep 2024 09:16:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0A0F34345B for ; Sun, 22 Sep 2024 09:16:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5616F19CB for ; Sun, 22 Sep 2024 09:16:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1726996548.e77801e9aff9fb8dc1aded981135dc6d1d92f55d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tailscale/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/tailscale/tailscale-1.72.0-r1.ebuild net-vpn/tailscale/tailscale-1.72.0.ebuild X-VCS-Directories: net-vpn/tailscale/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e77801e9aff9fb8dc1aded981135dc6d1d92f55d X-VCS-Branch: master Date: Sun, 22 Sep 2024 09:16:16 +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: 9855b5ad-793d-4d15-9242-7799af354f9e X-Archives-Hash: ea942903057c6052270b5c31895e91d6 commit: e77801e9aff9fb8dc1aded981135dc6d1d92f55d Author: Haochen Tong hexchain org> AuthorDate: Mon Sep 16 03:58:38 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 22 09:15:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e77801e9 net-vpn/tailscale: fix version reporting Closes: https://bugs.gentoo.org/923621 Closes: https://github.com/gentoo/gentoo/pull/37721 Signed-off-by: Sam James gentoo.org> .../{tailscale-1.72.0.ebuild => tailscale-1.72.0-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-vpn/tailscale/tailscale-1.72.0.ebuild b/net-vpn/tailscale/tailscale-1.72.0-r1.ebuild similarity index 89% rename from net-vpn/tailscale/tailscale-1.72.0.ebuild rename to net-vpn/tailscale/tailscale-1.72.0-r1.ebuild index 9d16265c6af9..76c2c6be34d8 100644 --- a/net-vpn/tailscale/tailscale-1.72.0.ebuild +++ b/net-vpn/tailscale/tailscale-1.72.0-r1.ebuild @@ -31,9 +31,9 @@ RESTRICT="test" # ebuild equivalent. build_dist() { ego build -tags xversion -ldflags " - -X tailscale.com/version.Long=${VERSION_LONG} - -X tailscale.com/version.Short=${VERSION_SHORT} - -X tailscale.com/version.GitCommit=${VERSION_GIT_HASH}" "$@" + -X tailscale.com/version.longStamp=${VERSION_LONG} + -X tailscale.com/version.shortStamp=${VERSION_SHORT} + -X tailscale.com/version.gitCommitStamp=${VERSION_GIT_HASH}" "$@" } src_compile() {