commit: 7be55bd5591fd63574068471409914b18e401909 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri Oct 9 20:01:18 2020 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri Oct 9 20:01:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be55bd5
sci-visualization/gwyddion: Add gtk-doc related hack This works around a mismatch between the ages-old m4 file delivered with gwyddion and the newer one installed by gtkdocize during eautoreconf ... Closes: https://bugs.gentoo.org/741840 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sci-visualization/gwyddion/gwyddion-2.56.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sci-visualization/gwyddion/gwyddion-2.56.ebuild b/sci-visualization/gwyddion/gwyddion-2.56.ebuild index de98686272c..85f881ab3d1 100644 --- a/sci-visualization/gwyddion/gwyddion-2.56.ebuild +++ b/sci-visualization/gwyddion/gwyddion-2.56.ebuild @@ -47,6 +47,9 @@ src_prepare() { } src_configure() { + # hack for bug 741840 + use doc && export GTK_DOC_PATH=/usr/share/gtk-doc + econf \ --disable-rpath \ --without-kde4-thumbnailer \
