Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
Date: Fri, 09 Oct 2020 20:01:48
Message-Id: 1602273699.7be55bd5591fd63574068471409914b18e401909.dilfridge@gentoo
1 commit: 7be55bd5591fd63574068471409914b18e401909
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 20:01:18 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 20:01:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be55bd5
7
8 sci-visualization/gwyddion: Add gtk-doc related hack
9
10 This works around a mismatch between the ages-old m4 file
11 delivered with gwyddion and the newer one installed by
12 gtkdocize during eautoreconf ...
13
14 Closes: https://bugs.gentoo.org/741840
15 Package-Manager: Portage-3.0.4, Repoman-3.0.1
16 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
17
18 sci-visualization/gwyddion/gwyddion-2.56.ebuild | 3 +++
19 1 file changed, 3 insertions(+)
20
21 diff --git a/sci-visualization/gwyddion/gwyddion-2.56.ebuild b/sci-visualization/gwyddion/gwyddion-2.56.ebuild
22 index de98686272c..85f881ab3d1 100644
23 --- a/sci-visualization/gwyddion/gwyddion-2.56.ebuild
24 +++ b/sci-visualization/gwyddion/gwyddion-2.56.ebuild
25 @@ -47,6 +47,9 @@ src_prepare() {
26 }
27
28 src_configure() {
29 + # hack for bug 741840
30 + use doc && export GTK_DOC_PATH=/usr/share/gtk-doc
31 +
32 econf \
33 --disable-rpath \
34 --without-kde4-thumbnailer \