Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/libreswan/
Date: Thu, 25 Aug 2016 21:28:32
Message-Id: 1472160502.5930d3b547b79659d32ce3e78d0616fd7b8a281f.floppym@gentoo
1 commit: 5930d3b547b79659d32ce3e78d0616fd7b8a281f
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 21:28:01 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 21:28:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5930d3b5
7
8 net-misc/libreswan: add systemd USE flag
9
10 Package-Manager: portage-2.3.0_p22
11
12 net-misc/libreswan/libreswan-3.18.ebuild | 4 +++-
13 net-misc/libreswan/libreswan-9999.ebuild | 4 +++-
14 2 files changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/libreswan/libreswan-3.18.ebuild b/net-misc/libreswan/libreswan-3.18.ebuild
17 index 316039d..847bec8 100644
18 --- a/net-misc/libreswan/libreswan-3.18.ebuild
19 +++ b/net-misc/libreswan/libreswan-3.18.ebuild
20 @@ -19,7 +19,7 @@ HOMEPAGE="https://libreswan.org/"
21
22 LICENSE="GPL-2 BSD-4 RSA DES"
23 SLOT="0"
24 -IUSE="caps curl dnssec ldap pam"
25 +IUSE="caps curl dnssec ldap pam systemd"
26
27 COMMON_DEPEND="
28 dev-libs/gmp:0=
29 @@ -30,6 +30,7 @@ COMMON_DEPEND="
30 dnssec? ( net-dns/unbound net-libs/ldns )
31 ldap? ( net-nds/openldap )
32 pam? ( sys-libs/pam )
33 + systemd? ( sys-apps/systemd:0= )
34 "
35 DEPEND="${COMMON_DEPEND}
36 app-text/docbook-xml-dtd:4.1.2
37 @@ -70,6 +71,7 @@ src_configure() {
38 export USE_LIBCAP_NG=$(usetf caps)
39 export USE_LIBCURL=$(usetf curl)
40 export USE_LDAP=$(usetf ldap)
41 + export USE_SYSTEMD_WATCHDOG=$(usetf systemd)
42 export USE_XAUTHPAM=$(usetf pam)
43 export DEBUG_CFLAGS=
44 export OPTIMIZE_CFLAGS=
45
46 diff --git a/net-misc/libreswan/libreswan-9999.ebuild b/net-misc/libreswan/libreswan-9999.ebuild
47 index 316039d..847bec8 100644
48 --- a/net-misc/libreswan/libreswan-9999.ebuild
49 +++ b/net-misc/libreswan/libreswan-9999.ebuild
50 @@ -19,7 +19,7 @@ HOMEPAGE="https://libreswan.org/"
51
52 LICENSE="GPL-2 BSD-4 RSA DES"
53 SLOT="0"
54 -IUSE="caps curl dnssec ldap pam"
55 +IUSE="caps curl dnssec ldap pam systemd"
56
57 COMMON_DEPEND="
58 dev-libs/gmp:0=
59 @@ -30,6 +30,7 @@ COMMON_DEPEND="
60 dnssec? ( net-dns/unbound net-libs/ldns )
61 ldap? ( net-nds/openldap )
62 pam? ( sys-libs/pam )
63 + systemd? ( sys-apps/systemd:0= )
64 "
65 DEPEND="${COMMON_DEPEND}
66 app-text/docbook-xml-dtd:4.1.2
67 @@ -70,6 +71,7 @@ src_configure() {
68 export USE_LIBCAP_NG=$(usetf caps)
69 export USE_LIBCURL=$(usetf curl)
70 export USE_LDAP=$(usetf ldap)
71 + export USE_SYSTEMD_WATCHDOG=$(usetf systemd)
72 export USE_XAUTHPAM=$(usetf pam)
73 export DEBUG_CFLAGS=
74 export OPTIMIZE_CFLAGS=