From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 746D713829C for ; Sun, 12 Jun 2016 17:52:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A16B0E0B5D; Sun, 12 Jun 2016 17:52:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9891CE0B55 for ; Sun, 12 Jun 2016 17:52:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFDDD340BFA for ; Sun, 12 Jun 2016 17:52:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBE622331 for ; Sun, 12 Jun 2016 17:52:26 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1465752256.ead452f7efd0e15e1ea75efa7cc7888fcd8053df.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rsyslog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/rsyslog/rsyslog-8.18.0.ebuild X-VCS-Directories: app-admin/rsyslog/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ead452f7efd0e15e1ea75efa7cc7888fcd8053df X-VCS-Branch: master Date: Sun, 12 Jun 2016 17:52:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b09cea6b-d921-4ec0-b53a-97f6a7f4cb90 X-Archives-Hash: 6a45847a59664bb70182e7cba67ec9a2 commit: ead452f7efd0e15e1ea75efa7cc7888fcd8053df Author: Thomas Deutschmann whissi de> AuthorDate: Sat Jun 11 23:47:31 2016 +0000 Commit: Patrice Clement gentoo 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 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() {