From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/vips/
Date: Thu, 29 Apr 2021 10:44:21 +0000 (UTC) [thread overview]
Message-ID: <1619692951.181b7fa84894efb6d914b6a99b6f2b35085e90d5.tastytea@gentoo> (raw)
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
}
next reply other threads:[~2021-04-29 10:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-29 10:44 Ronny Gutbrod [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-12 10:07 [gentoo-commits] repo/proj/guru:master commit in: media-libs/vips/ Viorel Munteanu
2023-05-12 9:52 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2022-05-09 18:40 Andrew Ammerlaan
2021-12-15 11:11 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-12-15 11:11 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-07-24 15:58 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-07-24 15:55 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-29 16:32 Ronny Gutbrod
2021-04-29 11:06 Ronny Gutbrod
2021-04-27 23:24 [gentoo-commits] repo/proj/guru:master " Theo Anderson
2021-04-27 23:23 ` [gentoo-commits] repo/proj/guru:dev " Theo Anderson
2021-04-26 12:28 Haelwenn Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1619692951.181b7fa84894efb6d914b6a99b6f2b35085e90d5.tastytea@gentoo \
--to=gentoo@tastytea.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox