diff options
author | Anthony Ryan <anthonyryan1@gmail.com> | 2024-02-16 13:53:51 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-17 05:38:27 +0000 |
commit | 650de3f038b7e351f9b51b8dfce8b277ec3759df (patch) | |
tree | 1f07a57c02213ce3cf96398469a0711094b0c70c /net-vpn | |
parent | dev-python/pytest: Bump to 8.0.1 (diff) | |
download | gentoo-650de3f038b7e351f9b51b8dfce8b277ec3759df.tar.gz gentoo-650de3f038b7e351f9b51b8dfce8b277ec3759df.tar.bz2 gentoo-650de3f038b7e351f9b51b8dfce8b277ec3759df.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35379
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tailscale/metadata.xml | 3 | ||||
-rw-r--r-- | net-vpn/tailscale/tailscale-1.60.0.ebuild | 2 |
2 files changed, 4 insertions, 1 deletions
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>chutzpah@gentoo.org</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" |