diff options
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/conntrack-tools/conntrack-tools-1.4.6.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-firewall/conntrack-tools/conntrack-tools-1.4.6.ebuild b/net-firewall/conntrack-tools/conntrack-tools-1.4.6.ebuild index 318d908eeb64..7b4774526311 100644 --- a/net-firewall/conntrack-tools/conntrack-tools-1.4.6.ebuild +++ b/net-firewall/conntrack-tools/conntrack-tools-1.4.6.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.netfilter.org/projects/conntrack-tools/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~x86" -IUSE="doc +cthelper +cttimeout" +IUSE="doc +cthelper +cttimeout systemd" RDEPEND=" >=net-libs/libmnl-1.0.3 @@ -25,6 +25,9 @@ RDEPEND=" cttimeout? ( >=net-libs/libnetfilter_cttimeout-1.0.0 ) + systemd? ( + >=sys-apps/systemd-227 + ) " DEPEND=" ${RDEPEND} @@ -72,7 +75,8 @@ src_prepare() { src_configure() { econf \ $(use_enable cthelper) \ - $(use_enable cttimeout) + $(use_enable cttimeout) \ + $(use_enable systemd) } src_compile() { |