From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1047134-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 E1C21138334
	for <garchives@archives.gentoo.org>; Sat, 15 Sep 2018 21:33:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A491EE0BF6;
	Sat, 15 Sep 2018 21:33:01 +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 7C411E0BF6
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Sep 2018 21:33:00 +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 0FF48335CEF
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Sep 2018 21:32:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 60D8D3C1
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Sep 2018 21:32:57 +0000 (UTC)
From: "Lars Wendler" <polynomial-c@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, "Lars Wendler" <polynomial-c@gentoo.org>
Message-ID: <1537047169.980c60b0d56462935659e45be9bc64c77e16ad40.polynomial-c@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-arch/libarchive/libarchive-3.3.3.ebuild
X-VCS-Directories: app-arch/libarchive/
X-VCS-Committer: polynomial-c
X-VCS-Committer-Name: Lars Wendler
X-VCS-Revision: 980c60b0d56462935659e45be9bc64c77e16ad40
X-VCS-Branch: master
Date: Sat, 15 Sep 2018 21:32:57 +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: 070356b1-17c8-4c1a-8590-73d92483d288
X-Archives-Hash: 89e670e98aaff3d1903d7ad75e4251c4

commit:     980c60b0d56462935659e45be9bc64c77e16ad40
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 15 21:32:26 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Sep 15 21:32:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980c60b0

app-arch/libarchive: Replaced prune_libtool_files

Closes: https://bugs.gentoo.org/666310
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-arch/libarchive/libarchive-3.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/libarchive/libarchive-3.3.3.ebuild b/app-arch/libarchive/libarchive-3.3.3.ebuild
index 18f015656af..6a0dcca27ef 100644
--- a/app-arch/libarchive/libarchive-3.3.3.ebuild
+++ b/app-arch/libarchive/libarchive-3.3.3.ebuild
@@ -119,7 +119,7 @@ multilib_src_install() {
 	fi
 
 	# Libs.private: should be used from libarchive.pc instead
-	prune_libtool_files
+	find "${ED}" -name "*.la" -delete || die
 }
 
 multilib_src_install_all() {