Revert "app-admin/rsyslog: use prune_libtool_files from eutils in 8.18.0"
authorIan Delaney <idella4@gentoo.org>
Tue, 24 May 2016 00:38:44 +0000 (08:38 +0800)
committerIan Delaney <idella4@gentoo.org>
Tue, 24 May 2016 00:40:57 +0000 (08:40 +0800)
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

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