diff options
author | Sam James <sam@gentoo.org> | 2025-01-03 20:10:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-03 20:10:01 +0000 |
commit | 31ea1363d7b28a90ee1275fc590e57d16b2b65d6 (patch) | |
tree | 5474520d779e5c0818f7a2d71b1e59b49cf81fdc /net-vpn | |
parent | dev-ada/libgpr: drop 23.0.0, 23.0.0-r1 (diff) | |
download | gentoo-31ea1363d7b28a90ee1275fc590e57d16b2b65d6.tar.gz gentoo-31ea1363d7b28a90ee1275fc590e57d16b2b65d6.tar.bz2 gentoo-31ea1363d7b28a90ee1275fc590e57d16b2b65d6.zip |
net-vpn/tailscale: Stabilize 1.78.3 amd64, #947401
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tailscale/tailscale-1.78.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/tailscale/tailscale-1.78.3.ebuild b/net-vpn/tailscale/tailscale-1.78.3.ebuild index d4a71a28913d..182c92339ad8 100644 --- a/net-vpn/tailscale/tailscale-1.78.3.ebuild +++ b/net-vpn/tailscale/tailscale-1.78.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" CONFIG_CHECK="~TUN" |