diff options
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" |