commit: bedf135166300dff26178a59e015013329271f2b
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Mon Oct 14 09:37:33 2024 +0000
Commit: Nicolas PARLANT <ppn <AT> parhuet <DOT> fr>
CommitDate: Mon Oct 14 09:37:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bedf1351
net-misc/jool: fix dev-libs/libnl in RDEPEND
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
net-misc/jool/jool-4.1.13.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-misc/jool/jool-4.1.13.ebuild b/net-misc/jool/jool-4.1.13.ebuild
index b65e26f78..7b03040f7 100644
--- a/net-misc/jool/jool-4.1.13.ebuild
+++ b/net-misc/jool/jool-4.1.13.ebuild
@@ -12,11 +12,13 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="+iptables"
+COMMON_DEPEND="dev-libs/libnl:3"
DEPEND="
+ ${COMMON_DEPEND}
iptables? ( net-firewall/iptables )
- dev-libs/libnl:3
"
RDEPEND="
+ ${COMMON_DEPEND}
|| (
net-firewall/nftables
iptables? ( net-firewall/iptables )