commit:     5a0a989899f4a6961c4c544fb42986e081830fef
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  7 15:29:55 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <polynomial-c <AT> 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() {

Reply via email to