media-libs/libopenraw: Drop ltprune
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 30 Sep 2018 17:15:33 +0000 (19:15 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 30 Sep 2018 17:45:32 +0000 (19:45 +0200)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

media-libs/libopenraw/libopenraw-0.1.2.ebuild

index bf5a873fea2802ad471e02ca66b9dc040141eca8..571c1c4692d41f6e5a1f615918f02433a3d71804 100644 (file)
@@ -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() {