summaryrefslogtreecommitdiff
path: root/dev-build/libtool/libtool-2.5.4.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-01-06 07:21:39 +0000
committerSam James <sam@gentoo.org>2025-01-06 07:22:37 +0000
commit3c990bbcf18c84e9b06db8b3ce48ab5d200c97bb (patch)
tree0a43f4949df7070740c6cec9510cdd0480662f89 /dev-build/libtool/libtool-2.5.4.ebuild
parentcb025130111d1a64019932d40ff8d7901f2c90ca (diff)
downloadgentoo-3c990bbcf18c84e9b06db8b3ce48ab5d200c97bb.tar.gz
gentoo-3c990bbcf18c84e9b06db8b3ce48ab5d200c97bb.tar.bz2
gentoo-3c990bbcf18c84e9b06db8b3ce48ab5d200c97bb.zip
dev-build/libtool: silence maintainer mode noise
For 2.5.4, the only difference is two files being removed from a dist check in libltdl/Makefile.in which is harmless. We already need autoconf for this (we run eautoreconf, after all) and it also actually persists despite experimenting with regenerating locally and also just letting it Do Its Thing with maintainer mode (it'll continue trying to!), so just ignore it. Closes: https://bugs.gentoo.org/940302 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build/libtool/libtool-2.5.4.ebuild')
-rw-r--r--dev-build/libtool/libtool-2.5.4.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-build/libtool/libtool-2.5.4.ebuild b/dev-build/libtool/libtool-2.5.4.ebuild
index 3924768b1ef6..be411831974a 100644
--- a/dev-build/libtool/libtool-2.5.4.ebuild
+++ b/dev-build/libtool/libtool-2.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -48,6 +48,9 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.4.6-darwin-use-linux-version.patch
)
+# In 2.5.3/2.5.4, the only difference is something harmless in Makefile.in (bug #940302)
+QA_AM_MAINTAINER_MODE=".*libltdl.*autoconf"
+
src_prepare() {
if [[ ${PV} == *9999 ]] ; then
eapply "${FILESDIR}"/${PN}-2.4.6-pthread.patch # bug #650876