commit: b2e31a2dc316ef0984987ba276cda587e40f44c7 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Oct 16 19:22:34 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Oct 16 19:23:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e31a2d
media-gfx/engauge: reset xdg environment Closes: https://bugs.gentoo.org/656926 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> media-gfx/engauge/engauge-12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/engauge/engauge-12.1.ebuild b/media-gfx/engauge/engauge-12.1.ebuild index a75b08d00c25..a7146611da55 100644 --- a/media-gfx/engauge/engauge-12.1.ebuild +++ b/media-gfx/engauge/engauge-12.1.ebuild @@ -33,7 +33,7 @@ BDEPEND="dev-qt/qthelp:5" S=${WORKDIR}/engauge-digitizer-${PV} src_prepare() { - default + xdg_src_prepare # Make sure the documentation is looked for in the proper directory sed -e "s:engauge-digitizer/engauge.qhc:${PF}/engauge.qhc:" \
