commit: c674ed16d848f0da9f016626cd5bb7426140803f
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat May 10 05:48:10 2025 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat May 10 05:48:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c674ed16
net-firewall/xtables-addons: add missing bdep for pkgconfig
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-firewall/xtables-addons/xtables-addons-3.27.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-firewall/xtables-addons/xtables-addons-3.27.ebuild
b/net-firewall/xtables-addons/xtables-addons-3.27.ebuild
index 4d21994f96aa..329d4da3704b 100644
--- a/net-firewall/xtables-addons/xtables-addons-3.27.ebuild
+++ b/net-firewall/xtables-addons/xtables-addons-3.27.ebuild
@@ -38,6 +38,7 @@ RDEPEND="
xtables_addons_asn? ( ${XTABLES_SCRIPTS_DEPEND} )
xtables_addons_geoip? ( ${XTABLES_SCRIPTS_DEPEND} )
"
+BDEPEND="virtual/pkgconfig"
pkg_setup() {
local CONFIG_CHECK="NF_CONNTRACK NF_CONNTRACK_MARK"