commit:     663fd153682eb51e2a89e87b52d9a3f25f28f742
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 18:02:02 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon May 23 11:32:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663fd153

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

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1511

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 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 5e00e6b..6e92bd6 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 linux-info systemd
+inherit autotools eutils 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
 
-       find "${ED}"usr/lib* -name '*.la' -delete || die
+       prune_libtool_files
 }
 
 pkg_postinst() {

Reply via email to