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 D0476138262 for ; Mon, 23 May 2016 11:33:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82E42141FE; Mon, 23 May 2016 11:33:07 +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 124D0141FE for ; Mon, 23 May 2016 11:33:06 +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 1B93E340B37 for ; Mon, 23 May 2016 11:33:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18594CFE for ; Mon, 23 May 2016 11:33:02 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1464003167.663fd153682eb51e2a89e87b52d9a3f25f28f742.idella4@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: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 663fd153682eb51e2a89e87b52d9a3f25f28f742 X-VCS-Branch: master Date: Mon, 23 May 2016 11:33:02 +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: 7d5114e2-6ce8-4d6e-aa8c-4293ac77d562 X-Archives-Hash: add335bfa6c32a90ee31b0205f842079 commit: 663fd153682eb51e2a89e87b52d9a3f25f28f742 Author: Göktürk Yüksek gentoo org> AuthorDate: Sat May 21 18:02:02 2016 +0000 Commit: Ian Delaney gentoo 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 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() {