commit:     25cbbf4afdadb796b0f74f84a0b2467183847345
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  7 01:46:03 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 01:46:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25cbbf4a

sys-devel/gettext: avoid maintainer mode

Closes: https://bugs.gentoo.org/945962
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/gettext/gettext-0.23.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/sys-devel/gettext/gettext-0.23.ebuild 
b/sys-devel/gettext/gettext-0.23.ebuild
index 8055b1f87851..05471c9bd42f 100644
--- a/sys-devel/gettext/gettext-0.23.ebuild
+++ b/sys-devel/gettext/gettext-0.23.ebuild
@@ -102,12 +102,11 @@ src_prepare() {
 
        default
 
-       # gettext-0.21.1-java-autoconf.patch changes
-       # gettext-{runtime,tools}/configure.ac and the corresponding
-       # configure scripts. Avoid regenerating other autotools output.
-       #touch -c 
gettext-{runtime,tools}/{aclocal.m4,Makefile.in,config.h.in,configure} || die
-       # Makefile.am adds a dependency on gettext-{runtime,tools}/configure.ac
-       #touch -c configure || die
+       # gettext-0.23-no-nls.patch changes gettext-tools/configure.ac and the
+       # corresponding configure scripts. Avoid regenerating other autotools 
output.
+       touch -c gettext-tools/{aclocal.m4,Makefile.in,config.h.in,configure} 
|| die
+       # Makefile.am adds a dependency on gettext-tools/configure.ac
+       touch -c configure || die
 
        elibtoolize
 

Reply via email to