commit:     650de3f038b7e351f9b51b8dfce8b277ec3759df
Author:     Anthony Ryan <anthonyryan1 <AT> gmail <DOT> com>
AuthorDate: Fri Feb 16 18:53:51 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 05:38:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650de3f0

net-vpn/tailscale: Require go 1.22 or newer

Currently fails to build with: go.mod requires go >= 1.22.0 (running go 1.21.6; 
GOTOOLCHAIN=local)

Closes: https://bugs.gentoo.org/924744
Signed-off-by: Anthony Ryan <anthonyryan1 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35379
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-vpn/tailscale/metadata.xml            | 3 +++
 net-vpn/tailscale/tailscale-1.60.0.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-vpn/tailscale/metadata.xml b/net-vpn/tailscale/metadata.xml
index c8565f4ab4f5..dc313a03992d 100644
--- a/net-vpn/tailscale/metadata.xml
+++ b/net-vpn/tailscale/metadata.xml
@@ -9,4 +9,7 @@
                <name>Patrick McLean</name>
                <email>[email protected]</email>
        </maintainer>
+       <upstream>
+               <remote-id type="github">tailscale/tailscale</remote-id>
+       </upstream>
 </pkgmetadata>

diff --git a/net-vpn/tailscale/tailscale-1.60.0.ebuild 
b/net-vpn/tailscale/tailscale-1.60.0.ebuild
index 4665feacdfd8..66cc49a2efc3 100644
--- a/net-vpn/tailscale/tailscale-1.60.0.ebuild
+++ b/net-vpn/tailscale/tailscale-1.60.0.ebuild
@@ -21,7 +21,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 RDEPEND="net-firewall/iptables"
-BDEPEND=">=dev-lang/go-1.21"
+BDEPEND=">=dev-lang/go-1.22"
 
 RESTRICT="test"
 

Reply via email to