summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-08-25 17:28:01 -0400
committerMike Gilbert <floppym@gentoo.org>2016-08-25 17:28:22 -0400
commit5930d3b547b79659d32ce3e78d0616fd7b8a281f (patch)
tree37acac782eadd0bc5d29692cbd564b99e893ee1f /net-misc/libreswan/libreswan-9999.ebuild
parentapp-vim/extra-syntax: EAPI 6 bump. (diff)
downloadgentoo-5930d3b547b79659d32ce3e78d0616fd7b8a281f.tar.gz
gentoo-5930d3b547b79659d32ce3e78d0616fd7b8a281f.tar.bz2
gentoo-5930d3b547b79659d32ce3e78d0616fd7b8a281f.zip
net-misc/libreswan: add systemd USE flag
Package-Manager: portage-2.3.0_p22
Diffstat (limited to 'net-misc/libreswan/libreswan-9999.ebuild')
-rw-r--r--net-misc/libreswan/libreswan-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-misc/libreswan/libreswan-9999.ebuild b/net-misc/libreswan/libreswan-9999.ebuild
index 316039d5d6d5..847bec8c6629 100644
--- a/net-misc/libreswan/libreswan-9999.ebuild
+++ b/net-misc/libreswan/libreswan-9999.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://libreswan.org/"
LICENSE="GPL-2 BSD-4 RSA DES"
SLOT="0"
-IUSE="caps curl dnssec ldap pam"
+IUSE="caps curl dnssec ldap pam systemd"
COMMON_DEPEND="
dev-libs/gmp:0=
@@ -30,6 +30,7 @@ COMMON_DEPEND="
dnssec? ( net-dns/unbound net-libs/ldns )
ldap? ( net-nds/openldap )
pam? ( sys-libs/pam )
+ systemd? ( sys-apps/systemd:0= )
"
DEPEND="${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.1.2
@@ -70,6 +71,7 @@ src_configure() {
export USE_LIBCAP_NG=$(usetf caps)
export USE_LIBCURL=$(usetf curl)
export USE_LDAP=$(usetf ldap)
+ export USE_SYSTEMD_WATCHDOG=$(usetf systemd)
export USE_XAUTHPAM=$(usetf pam)
export DEBUG_CFLAGS=
export OPTIMIZE_CFLAGS=