From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 48AAF139694 for ; Thu, 9 Feb 2017 14:28:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA428E0CAE; Thu, 9 Feb 2017 14:28:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 ABA2CE0CAE for ; Thu, 9 Feb 2017 14:28:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1EC22340FC1 for ; Thu, 9 Feb 2017 14:28:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 835E93E7B for ; Thu, 9 Feb 2017 14:28:10 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1486650469.7c39934613e7b04f37e838ac75767b2f90258476.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-17.0.0_rc2.ebuild media-libs/mesa/mesa-17.0.0_rc3.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7c39934613e7b04f37e838ac75767b2f90258476 X-VCS-Branch: master Date: Thu, 9 Feb 2017 14:28:10 +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: 4e72f7b8-e139-4dc0-9137-19c32f7f1d23 X-Archives-Hash: bef4a4848b8add2dbc407c3b189192e4 commit: 7c39934613e7b04f37e838ac75767b2f90258476 Author: Matt Turner gentoo org> AuthorDate: Thu Feb 9 14:27:37 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Feb 9 14:27:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c399346 media-libs/mesa: Stop using prune_libtool_files. Switching to EAPI=6 meant that multilib-minimal stopped inheriting eutils. media-libs/mesa/mesa-17.0.0_rc2.ebuild | 2 +- media-libs/mesa/mesa-17.0.0_rc3.ebuild | 2 +- media-libs/mesa/mesa-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/mesa/mesa-17.0.0_rc2.ebuild b/media-libs/mesa/mesa-17.0.0_rc2.ebuild index 49e3a7bb77..864623ba92 100644 --- a/media-libs/mesa/mesa-17.0.0_rc2.ebuild +++ b/media-libs/mesa/mesa-17.0.0_rc2.ebuild @@ -374,7 +374,7 @@ multilib_src_install() { } multilib_src_install_all() { - prune_libtool_files --all + find "${ED}" -name '*.la' -delete einstalldocs if use !bindist; then diff --git a/media-libs/mesa/mesa-17.0.0_rc3.ebuild b/media-libs/mesa/mesa-17.0.0_rc3.ebuild index 49e3a7bb77..864623ba92 100644 --- a/media-libs/mesa/mesa-17.0.0_rc3.ebuild +++ b/media-libs/mesa/mesa-17.0.0_rc3.ebuild @@ -374,7 +374,7 @@ multilib_src_install() { } multilib_src_install_all() { - prune_libtool_files --all + find "${ED}" -name '*.la' -delete einstalldocs if use !bindist; then diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 82805e045c..11b03e23a3 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -374,7 +374,7 @@ multilib_src_install() { } multilib_src_install_all() { - prune_libtool_files --all + find "${ED}" -name '*.la' -delete einstalldocs if use !bindist; then