commit:     87ea97895da3503e99a54333869586eeb4e40fe5
Author:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 00:38:44 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue May 24 00:40:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ea9789

Revert "app-admin/rsyslog: use prune_libtool_files from eutils in 8.18.0"

This reverts commit 663fd153682eb51e2a89e87b52d9a3f25f28f742.
Change to use of prune_libtool_files in src_install reverted from
advice form a qa team member

 app-admin/rsyslog/rsyslog-8.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/rsyslog/rsyslog-8.18.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.18.0.ebuild
index 6e92bd6..5e00e6b 100644
--- a/app-admin/rsyslog/rsyslog-8.18.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.18.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit autotools eutils linux-info systemd
+inherit autotools linux-info systemd
 
 DESCRIPTION="An enhanced multi-threaded syslogd with database support and more"
 HOMEPAGE="http://www.rsyslog.com/";
@@ -319,7 +319,7 @@ src_install() {
                doins plugins/ompgsql/createDB.sql
        fi
 
-       prune_libtool_files
+       find "${ED}"usr/lib* -name '*.la' -delete || die
 }
 
 pkg_postinst() {

Reply via email to