commit:     181b7fa84894efb6d914b6a99b6f2b35085e90d5
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Apr 29 10:31:41 2021 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Apr 29 10:42:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=181b7fa8

media-libs/vips: Fix econf, replace prune_libtool_files.

The econf command would only go until `$(use_with openexr OpenEXR)` and
then print the error: “--without-orc: command not found”.

prune_libtool_files is deprecated. Replaced with find.

Closes: https://bugs.gentoo.org/786225
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 media-libs/vips/vips-8.10.6.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-libs/vips/vips-8.10.6.ebuild 
b/media-libs/vips/vips-8.10.6.ebuild
index 59394e697..09f6fd6b8 100644
--- a/media-libs/vips/vips-8.10.6.ebuild
+++ b/media-libs/vips/vips-8.10.6.ebuild
@@ -80,7 +80,6 @@ multilib_src_configure() {
                $(use_with lcms) \
                $(use_with matio ) \
                $(use_with openexr OpenEXR) \
-#              $(use_with openslide) \
                $(use_with orc) \
                $(use_with pango pangoft2) \
                $(use_with pango pangocairo) \
@@ -101,5 +100,5 @@ multilib_src_install() {
 }
 multilib_src_install_all() {
        einstalldocs
-       prune_libtool_files
+       find "${D}" -name '*.la' -type f -delete || die
 }

Reply via email to