commit:     ead452f7efd0e15e1ea75efa7cc7888fcd8053df
Author:     Thomas Deutschmann <whissi <AT> whissi <DOT> de>
AuthorDate: Sat Jun 11 23:47:31 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 17:24:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead452f7

app-admin/rsyslog: Adjust sub-SLOT dependency

This commit also re-apply changes from the previous reverted
commit 663fd153682eb51e2a89e87b52d9a3f25f28f742:

The ebuild inherits linux-info eclass which already inherit
eutils eclass so we can use prune_libtool_files helper.

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1659

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

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

diff --git a/app-admin/rsyslog/rsyslog-8.18.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.18.0.ebuild
index 5e00e6b..3b0302e 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/";
@@ -81,7 +81,7 @@ RDEPEND="
        omhttpfs? ( >=net-misc/curl-7.35.0 )
        omudpspoof? ( >=net-libs/libnet-1.1.6 )
        postgres? ( >=dev-db/postgresql-8.4.20:= )
-       rabbitmq? ( >=net-libs/rabbitmq-c-0.3.0 )
+       rabbitmq? ( >=net-libs/rabbitmq-c-0.3.0:= )
        redis? ( >=dev-libs/hiredis-0.11.0 )
        relp? ( >=dev-libs/librelp-1.2.5:= )
        rfc3195? ( >=dev-libs/liblogging-1.0.1:=[rfc3195] )
@@ -319,7 +319,7 @@ src_install() {
                doins plugins/ompgsql/createDB.sql
        fi
 
-       find "${ED}"usr/lib* -name '*.la' -delete || die
+       prune_libtool_files --modules
 }
 
 pkg_postinst() {

Reply via email to