From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1050857-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 2A10A138334
	for <garchives@archives.gentoo.org>; Sun,  7 Oct 2018 13:36:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2083FE0A9B;
	Sun,  7 Oct 2018 13:36:36 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id ED2A6E0A9B
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Oct 2018 13:36:35 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 50514335C95
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Oct 2018 13:36:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EA723F1
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Oct 2018 13:36:31 +0000 (UTC)
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" <floppym@gentoo.org>
Message-ID: <1538919387.d5925690b7c9c58953d20d5c3ce629085ea695d4.floppym@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-libs/libnotify/libnotify-0.7.7-r1.ebuild x11-libs/libnotify/libnotify-0.7.7.ebuild
X-VCS-Directories: x11-libs/libnotify/
X-VCS-Committer: floppym
X-VCS-Committer-Name: Mike Gilbert
X-VCS-Revision: d5925690b7c9c58953d20d5c3ce629085ea695d4
X-VCS-Branch: master
Date: Sun,  7 Oct 2018 13:36:31 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 9c3d28eb-21a4-46f6-9f03-fa7ed31aada0
X-Archives-Hash: 81b6e09f052d4e2e598f5de28e397b54

commit:     d5925690b7c9c58953d20d5c3ce629085ea695d4
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  7 13:35:58 2018 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Oct  7 13:36:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5925690

x11-libs/libnotify: replace prune_libtool_files

Package-Manager: Portage-2.3.50_p14, Repoman-2.3.11_p21
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 .../libnotify/{libnotify-0.7.7.ebuild => libnotify-0.7.7-r1.ebuild}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.7.ebuild b/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
similarity index 97%
rename from x11-libs/libnotify/libnotify-0.7.7.ebuild
rename to x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
index b281671c8f6..684fa67f776 100644
--- a/x11-libs/libnotify/libnotify-0.7.7.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
@@ -48,7 +48,7 @@ multilib_src_configure() {
 
 multilib_src_install() {
 	default
-	prune_libtool_files
+	find "${ED}" -name '*.la' -delete || die
 
 	mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
 }