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 C0880138350 for ; Thu, 2 Apr 2020 15:01:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0AF2E0EB1; Thu, 2 Apr 2020 15:01:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C66FDE0EB1 for ; Thu, 2 Apr 2020 15:01:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D263434EFEC for ; Thu, 2 Apr 2020 15:01:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3811A9D for ; Thu, 2 Apr 2020 15:01:06 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1585839660.6c622b568850b1b057669b750f187a3a4a28df0d.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/conntrack-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/conntrack-tools/conntrack-tools-1.4.6.ebuild X-VCS-Directories: net-firewall/conntrack-tools/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 6c622b568850b1b057669b750f187a3a4a28df0d X-VCS-Branch: master Date: Thu, 2 Apr 2020 15:01:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e6ea8a08-5020-44fb-a991-33fd4f46ba10 X-Archives-Hash: 65ae10cb65958a8d93eb168e3a750ef0 commit: 6c622b568850b1b057669b750f187a3a4a28df0d Author: Jeroen Roovers gentoo org> AuthorDate: Thu Apr 2 14:57:50 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Apr 2 15:01:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c622b56 net-firewall/conntrack-tools: Add IUSE=systemd 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 gentoo.org> net-firewall/conntrack-tools/conntrack-tools-1.4.6.ebuild | 8 ++++++-- 1 file 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 318d908eeb6..7b477452631 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() {