From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4957F138330 for ; Thu, 25 Aug 2016 21:28:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 926F8E0A6C; Thu, 25 Aug 2016 21:28:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28645E0A6C for ; Thu, 25 Aug 2016 21:28:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5E0A340A3B for ; Thu, 25 Aug 2016 21:28:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12A1F245B for ; Thu, 25 Aug 2016 21:28:24 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1472160502.5930d3b547b79659d32ce3e78d0616fd7b8a281f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/libreswan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/libreswan/libreswan-3.18.ebuild net-misc/libreswan/libreswan-9999.ebuild X-VCS-Directories: net-misc/libreswan/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 5930d3b547b79659d32ce3e78d0616fd7b8a281f X-VCS-Branch: master Date: Thu, 25 Aug 2016 21:28:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 349c1c87-0b39-429c-bb34-30fbc54b5a6a X-Archives-Hash: f418db4d404b7e1f4371847146086384 commit: 5930d3b547b79659d32ce3e78d0616fd7b8a281f Author: Mike Gilbert gentoo org> AuthorDate: Thu Aug 25 21:28:01 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Aug 25 21:28:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5930d3b5 net-misc/libreswan: add systemd USE flag Package-Manager: portage-2.3.0_p22 net-misc/libreswan/libreswan-3.18.ebuild | 4 +++- net-misc/libreswan/libreswan-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net-misc/libreswan/libreswan-3.18.ebuild b/net-misc/libreswan/libreswan-3.18.ebuild index 316039d..847bec8 100644 --- a/net-misc/libreswan/libreswan-3.18.ebuild +++ b/net-misc/libreswan/libreswan-3.18.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= diff --git a/net-misc/libreswan/libreswan-9999.ebuild b/net-misc/libreswan/libreswan-9999.ebuild index 316039d..847bec8 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=