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 46D00138334 for ; Mon, 7 Jan 2019 17:00:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EDFBE096E; Mon, 7 Jan 2019 17:00:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3391EE096E for ; Mon, 7 Jan 2019 17:00:27 +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 321AC335D07 for ; Mon, 7 Jan 2019 17:00:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66C9850A for ; Mon, 7 Jan 2019 17:00:24 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1546880407.5a0a989899f4a6961c4c544fb42986e081830fef.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/tripwire/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/tripwire/tripwire-2.4.3.7.ebuild X-VCS-Directories: app-admin/tripwire/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 5a0a989899f4a6961c4c544fb42986e081830fef X-VCS-Branch: master Date: Mon, 7 Jan 2019 17:00: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5a923a74-1e6e-414a-a1c2-ae7044ce3723 X-Archives-Hash: 6b5ac79b0f313d2e6a8692900232fe65 commit: 5a0a989899f4a6961c4c544fb42986e081830fef Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 7 15:29:55 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 7 17:00:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0a9898 app-admin/tripwire: Fixed dependecies. Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> app-admin/tripwire/tripwire-2.4.3.7.ebuild | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/app-admin/tripwire/tripwire-2.4.3.7.ebuild b/app-admin/tripwire/tripwire-2.4.3.7.ebuild index 4339d2ac489..10645955691 100644 --- a/app-admin/tripwire/tripwire-2.4.3.7.ebuild +++ b/app-admin/tripwire/tripwire-2.4.3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,23 +14,24 @@ SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-fbsd" IUSE="libressl selinux ssl static +tools" -DEPEND="sys-devel/automake - sys-devel/autoconf +DEPEND=" ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) - )" -RDEPEND="virtual/cron + ) +" +RDEPEND="${DEPEND} + virtual/cron virtual/mta selinux? ( sec-policy/selinux-tripwire ) - ssl? ( dev-libs/openssl )" +" PDEPEND="tools? ( app-admin/mktwpol )" S="${WORKDIR}/tripwire-open-source-${PV}" src_prepare() { + default eautoreconf - eapply_user } src_configure() {