diff options
| -rw-r--r-- | dev-build/libtool/libtool-2.5.4.ebuild | 5 | ||||
| -rw-r--r-- | dev-build/libtool/libtool-9999.ebuild | 5 |
2 files changed, 8 insertions, 2 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 diff --git a/dev-build/libtool/libtool-9999.ebuild b/dev-build/libtool/libtool-9999.ebuild index fdaf9612ff8f..5d64db38aec6 100644 --- a/dev-build/libtool/libtool-9999.ebuild +++ b/dev-build/libtool/libtool-9999.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 |
