app-admin/rsyslog: use prune_libtool_files from eutils in 8.18.0
authorGöktürk Yüksek <gokturk@gentoo.org>
Sat, 21 May 2016 18:02:02 +0000 (14:02 -0400)
committerIan Delaney <idella4@gentoo.org>
Mon, 23 May 2016 11:32:47 +0000 (19:32 +0800)
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1511

Signed-off-by: Ian Delaney <idella4@gentoo.org>
app-admin/rsyslog/rsyslog-8.18.0.ebuild

index 5e00e6bf96bac7f18f91b4235c38210e6a5c61f3..6e92bd6c47621401792908aefce88d8700479a1f 100644 (file)
@@ -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() {