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 6CCE4138334 for ; Sun, 19 May 2019 17:55:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16DA6E0876; Sun, 19 May 2019 17:55:03 +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 F1085E0876 for ; Sun, 19 May 2019 17:55:02 +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 C6911344ADF for ; Sun, 19 May 2019 17:55:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6410D5F2 for ; Sun, 19 May 2019 17:54:58 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1558284952.784e679913c620eb77f5a0dfae23db5bcd772c69.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libass/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libass/libass-0.14.0.ebuild X-VCS-Directories: media-libs/libass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 784e679913c620eb77f5a0dfae23db5bcd772c69 X-VCS-Branch: master Date: Sun, 19 May 2019 17:54:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 95cfc270-a1a2-4fb5-9c52-adbb6fff458c X-Archives-Hash: 4e1e78bb45892d732240ff555ae74671 commit: 784e679913c620eb77f5a0dfae23db5bcd772c69 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 19 14:04:34 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 19 16:55:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784e6799 media-libs/libass: No more ltprune Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libass/libass-0.14.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/libass/libass-0.14.0.ebuild b/media-libs/libass/libass-0.14.0.ebuild index b2e5320aedb..af3abf1c600 100644 --- a/media-libs/libass/libass-0.14.0.ebuild +++ b/media-libs/libass/libass-0.14.0.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit ltprune multilib-minimal + +inherit multilib-minimal DESCRIPTION="Library for SSA/ASS subtitles rendering" HOMEPAGE="https://github.com/libass/libass" @@ -40,5 +41,5 @@ multilib_src_configure() { multilib_src_install_all() { einstalldocs - prune_libtool_files + find "${D}" -name '*.la' -type f -delete || die }