Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenraw/
Date: Sun, 30 Sep 2018 17:45:57
Message-Id: 1538329532.20a31d7b117ad82fbf1acfb85cde71d764303a54.asturm@gentoo
1 commit: 20a31d7b117ad82fbf1acfb85cde71d764303a54
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 17:15:33 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 17:45:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a31d7b
7
8 media-libs/libopenraw: Drop ltprune
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 media-libs/libopenraw/libopenraw-0.1.2.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/libopenraw/libopenraw-0.1.2.ebuild b/media-libs/libopenraw/libopenraw-0.1.2.ebuild
17 index bf5a873fea2..571c1c4692d 100644
18 --- a/media-libs/libopenraw/libopenraw-0.1.2.ebuild
19 +++ b/media-libs/libopenraw/libopenraw-0.1.2.ebuild
20 @@ -1,8 +1,9 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 -inherit gnome2-utils ltprune
27 +
28 +inherit gnome2-utils
29
30 DESCRIPTION="A decoding library for RAW image formats"
31 HOMEPAGE="https://libopenraw.freedesktop.org/wiki/"
32 @@ -38,7 +39,7 @@ src_configure() {
33
34 src_install() {
35 default
36 - prune_libtool_files --all
37 + find "${D}" -name '*.la' -delete || die
38 }
39
40 pkg_preinst() {