Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmspub/
Date: Mon, 07 Feb 2022 00:30:37
Message-Id: 1644193815.51ebf202e63cda0fd4a19f7b0cb8e209370aae29.sam@gentoo
1 commit: 51ebf202e63cda0fd4a19f7b0cb8e209370aae29
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 00:16:57 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 00:30:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ebf202
7
8 app-text/libmspub: add comment re eautoreconf (stale libtool breaking Clang)
9
10 Bug: https://bugs.gentoo.org/832764
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-text/libmspub/libmspub-0.1.4.ebuild | 4 +++-
14 app-text/libmspub/libmspub-9999.ebuild | 4 +++-
15 2 files changed, 6 insertions(+), 2 deletions(-)
16
17 diff --git a/app-text/libmspub/libmspub-0.1.4.ebuild b/app-text/libmspub/libmspub-0.1.4.ebuild
18 index ce65701b3002..aac80c71a965 100644
19 --- a/app-text/libmspub/libmspub-0.1.4.ebuild
20 +++ b/app-text/libmspub/libmspub-0.1.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -38,6 +38,8 @@ PATCHES=( "${FILESDIR}/${P}-gcc10.patch" )
28 src_prepare() {
29 default
30 [[ -d m4 ]] || mkdir "m4"
31 +
32 + # Needed for Clang: stale libtool. bug #832764
33 eautoreconf
34 }
35
36
37 diff --git a/app-text/libmspub/libmspub-9999.ebuild b/app-text/libmspub/libmspub-9999.ebuild
38 index 1ae2f9cb01c2..93a7036a4d2e 100644
39 --- a/app-text/libmspub/libmspub-9999.ebuild
40 +++ b/app-text/libmspub/libmspub-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2019 Gentoo Authors
43 +# Copyright 1999-2022 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -36,6 +36,8 @@ DEPEND="${RDEPEND}
48 src_prepare() {
49 default
50 [[ -d m4 ]] || mkdir "m4"
51 +
52 + # Needed for Clang: stale libtool. bug #832764
53 eautoreconf
54 }