diff options
author | Ryan Li <ryanli@ryanli.org> | 2024-07-26 21:04:15 +0100 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2024-08-22 16:44:50 -0500 |
commit | 8b92b6315a96341f3bff2a7913d55683fda8b5b6 (patch) | |
tree | 89581585f90917683d9bea0ead76a24107abe937 /net-vpn | |
parent | app-admin/opentofu: add 1.8.1 (diff) | |
download | gentoo-8b92b6315a96341f3bff2a7913d55683fda8b5b6.tar.gz gentoo-8b92b6315a96341f3bff2a7913d55683fda8b5b6.tar.bz2 gentoo-8b92b6315a96341f3bff2a7913d55683fda8b5b6.zip |
net-vpn/tailscale: Add CONFIG_CHECK="~TUN".
Closes: https://github.com/gentoo/gentoo/pull/37738
Signed-off-by: Ryan Li <ryanli@ryanli.org>
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/tailscale/tailscale-1.72.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-vpn/tailscale/tailscale-1.72.0.ebuild b/net-vpn/tailscale/tailscale-1.72.0.ebuild index 9953b94ae170..8e7f0dd0cdf3 100644 --- a/net-vpn/tailscale/tailscale-1.72.0.ebuild +++ b/net-vpn/tailscale/tailscale-1.72.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit go-module systemd tmpfiles +inherit go-module linux-info systemd tmpfiles # These settings are obtained by running ./build_dist.sh shellvars` in # the upstream repo. @@ -20,6 +20,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +CONFIG_CHECK="~TUN" + RDEPEND="net-firewall/iptables" BDEPEND=">=dev-lang/go-1.22" |