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 50A61138335 for ; Sat, 1 Sep 2018 14:25:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 878D1E086B; Sat, 1 Sep 2018 14:25:50 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E089E086B for ; Sat, 1 Sep 2018 14:25:49 +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 66AB5335CD4 for ; Sat, 1 Sep 2018 14:25:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B0163C1 for ; Sat, 1 Sep 2018 14:25:45 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1535811540.7d835cf3d975d4d5387601b2d045e684967b0154.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-mixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild X-VCS-Directories: media-libs/sdl2-mixer/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 7d835cf3d975d4d5387601b2d045e684967b0154 X-VCS-Branch: master Date: Sat, 1 Sep 2018 14:25:45 +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: 42433526-b830-403f-9d09-fe4d8c92a507 X-Archives-Hash: ff9294dd073fe45da4ffa385b45d3902 commit: 7d835cf3d975d4d5387601b2d045e684967b0154 Author: James Le Cuirot gentoo org> AuthorDate: Sat Sep 1 14:19:00 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Sep 1 14:19:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d835cf3 media-libs/sdl2-mixer: Drop ltprune eclass for find -delete Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild b/media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild index 440a2a2ff04..64a577a1f63 100644 --- a/media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild +++ b/media-libs/sdl2-mixer/sdl2-mixer-2.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit ltprune multilib-minimal +inherit multilib-minimal MY_P="SDL2_mixer-${PV}" DESCRIPTION="Simple Direct Media Layer Mixer Library" @@ -93,7 +93,7 @@ multilib_src_install() { multilib_src_install_all() { dodoc {CHANGES,README}.txt - prune_libtool_files + find "${D}" -name '*.la' -delete || die } pkg_postinst() {