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 04DF5138335 for ; Sun, 30 Sep 2018 17:45:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09466E0817; Sun, 30 Sep 2018 17:45:55 +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 CFA19E0817 for ; Sun, 30 Sep 2018 17:45:54 +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 364C7335CC8 for ; Sun, 30 Sep 2018 17:45:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27957429 for ; Sun, 30 Sep 2018 17:45:51 +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: <1538329532.20a31d7b117ad82fbf1acfb85cde71d764303a54.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenraw/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libopenraw/libopenraw-0.1.2.ebuild X-VCS-Directories: media-libs/libopenraw/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 20a31d7b117ad82fbf1acfb85cde71d764303a54 X-VCS-Branch: master Date: Sun, 30 Sep 2018 17:45:51 +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: e51c4f08-3eea-4f7b-aa91-b706bc6cd993 X-Archives-Hash: 72ac121019292ced74b9ed857d91cce2 commit: 20a31d7b117ad82fbf1acfb85cde71d764303a54 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 30 17:15:33 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 30 17:45:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a31d7b media-libs/libopenraw: Drop ltprune Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 media-libs/libopenraw/libopenraw-0.1.2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-libs/libopenraw/libopenraw-0.1.2.ebuild b/media-libs/libopenraw/libopenraw-0.1.2.ebuild index bf5a873fea2..571c1c4692d 100644 --- a/media-libs/libopenraw/libopenraw-0.1.2.ebuild +++ b/media-libs/libopenraw/libopenraw-0.1.2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit gnome2-utils ltprune + +inherit gnome2-utils DESCRIPTION="A decoding library for RAW image formats" HOMEPAGE="https://libopenraw.freedesktop.org/wiki/" @@ -38,7 +39,7 @@ src_configure() { src_install() { default - prune_libtool_files --all + find "${D}" -name '*.la' -delete || die } pkg_preinst() {