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:38
Message-Id: 1644193814.dff9935213f83e59335d330e496a9687c3afe42d.sam@gentoo
1 commit: dff9935213f83e59335d330e496a9687c3afe42d
2 Author: Jannik Glückert <jannik.glueckert <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 5 18:00:13 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 00:30:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff99352
7
8 app-text/libmspub: always call eautoreconf (old libtool has clang bug)
9
10 Closes: https://bugs.gentoo.org/832764
11 Signed-off-by: Jannik Glückert <jannik.glueckert <AT> gmail.com>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-text/libmspub/libmspub-0.1.4.ebuild | 6 +++---
15 app-text/libmspub/libmspub-9999.ebuild | 6 +++---
16 2 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/app-text/libmspub/libmspub-0.1.4.ebuild b/app-text/libmspub/libmspub-0.1.4.ebuild
19 index 20eba626a22a..ce65701b3002 100644
20 --- a/app-text/libmspub/libmspub-0.1.4.ebuild
21 +++ b/app-text/libmspub/libmspub-0.1.4.ebuild
22 @@ -3,11 +3,11 @@
23
24 EAPI=7
25
26 -inherit flag-o-matic
27 +inherit autotools flag-o-matic
28
29 if [[ ${PV} = *9999 ]]; then
30 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git"
31 - inherit autotools git-r3
32 + inherit git-r3
33 else
34 SRC_URI="https://dev-www.libreoffice.org/src/libmspub/${P}.tar.xz"
35 KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86"
36 @@ -38,7 +38,7 @@ PATCHES=( "${FILESDIR}/${P}-gcc10.patch" )
37 src_prepare() {
38 default
39 [[ -d m4 ]] || mkdir "m4"
40 - [[ ${PV} == *9999 ]] && eautoreconf
41 + eautoreconf
42 }
43
44 src_configure() {
45
46 diff --git a/app-text/libmspub/libmspub-9999.ebuild b/app-text/libmspub/libmspub-9999.ebuild
47 index 2035408ee17b..1ae2f9cb01c2 100644
48 --- a/app-text/libmspub/libmspub-9999.ebuild
49 +++ b/app-text/libmspub/libmspub-9999.ebuild
50 @@ -3,11 +3,11 @@
51
52 EAPI=7
53
54 -inherit flag-o-matic
55 +inherit autotools flag-o-matic
56
57 if [[ ${PV} = *9999 ]]; then
58 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git"
59 - inherit autotools git-r3
60 + inherit git-r3
61 else
62 SRC_URI="https://dev-www.libreoffice.org/src/libmspub/${P}.tar.xz"
63 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
64 @@ -36,7 +36,7 @@ DEPEND="${RDEPEND}
65 src_prepare() {
66 default
67 [[ -d m4 ]] || mkdir "m4"
68 - [[ ${PV} == *9999 ]] && eautoreconf
69 + eautoreconf
70 }
71
72 src_configure() {