commit:     51ebf202e63cda0fd4a19f7b0cb8e209370aae29
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  7 00:16:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  7 00:30:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ebf202

app-text/libmspub: add comment re eautoreconf (stale libtool breaking Clang)

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

 app-text/libmspub/libmspub-0.1.4.ebuild | 4 +++-
 app-text/libmspub/libmspub-9999.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-text/libmspub/libmspub-0.1.4.ebuild 
b/app-text/libmspub/libmspub-0.1.4.ebuild
index ce65701b3002..aac80c71a965 100644
--- a/app-text/libmspub/libmspub-0.1.4.ebuild
+++ b/app-text/libmspub/libmspub-0.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -38,6 +38,8 @@ PATCHES=( "${FILESDIR}/${P}-gcc10.patch" )
 src_prepare() {
        default
        [[ -d m4 ]] || mkdir "m4"
+
+       # Needed for Clang: stale libtool. bug #832764
        eautoreconf
 }
 

diff --git a/app-text/libmspub/libmspub-9999.ebuild 
b/app-text/libmspub/libmspub-9999.ebuild
index 1ae2f9cb01c2..93a7036a4d2e 100644
--- a/app-text/libmspub/libmspub-9999.ebuild
+++ b/app-text/libmspub/libmspub-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -36,6 +36,8 @@ DEPEND="${RDEPEND}
 src_prepare() {
        default
        [[ -d m4 ]] || mkdir "m4"
+
+       # Needed for Clang: stale libtool. bug #832764
        eautoreconf
 }
 

Reply via email to