Package-Manager: Portage-2.3.96, Repoman-2.3.22
Bug: https://bugs.gentoo.org/show_bug.cgi?id=621520
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
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
cttimeout? (
>=net-libs/libnetfilter_cttimeout-1.0.0
)
+ systemd? (
+ >=sys-apps/systemd-227
+ )
"
DEPEND="
${RDEPEND}
src_configure() {
econf \
$(use_enable cthelper) \
- $(use_enable cttimeout)
+ $(use_enable cttimeout) \
+ $(use_enable systemd)
}
src_compile() {