Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 950272 - net-vpn/tailscale: add dependency on nftables
Summary: net-vpn/tailscale: add dependency on nftables
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: William Hubbs
URL: https://github.com/gentoo/gentoo/pull...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-25 14:14 UTC by Marc Schiffbauer
Modified: 2025-02-25 20:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Schiffbauer gentoo-dev 2025-02-25 14:14:26 UTC
tailscale supports iptables and nftables so it should depend on either of them

-RDEPEND="net-firewall/iptables"
+RDEPEND="|| ( net-firewall/iptables net-firewall/nftables )"


Would you mind me mergin the PR?
Comment 1 Larry the Git Cow gentoo-dev 2025-02-25 20:07:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b70182a8fafeeab51281ffa7f57881d9e7fe84

commit 37b70182a8fafeeab51281ffa7f57881d9e7fe84
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2025-02-25 20:06:24 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2025-02-25 20:06:51 +0000

    net-vpn/tailscale: add 1.80.2
    
    Closes: https://bugs.gentoo.org/950272
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 net-vpn/tailscale/Manifest                |  2 +
 net-vpn/tailscale/tailscale-1.80.2.ebuild | 63 +++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)