commit: c2a3f08d67f9c49c4c9ec83110ef618efd8bff09 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Dec 14 05:15:34 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 14 05:15:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a3f08d
app-admin/testdisk: set MOC explicitly The PATH line has been there for a while but let's explicitly set MOC to be safe as toralf filed it after. Bug: https://bugs.gentoo.org/875509 Signed-off-by: Sam James <sam <AT> gentoo.org> app-admin/testdisk/testdisk-7.1-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/testdisk/testdisk-7.1-r2.ebuild b/app-admin/testdisk/testdisk-7.1-r2.ebuild index 8753298f1237..7019d9e38484 100644 --- a/app-admin/testdisk/testdisk-7.1-r2.ebuild +++ b/app-admin/testdisk/testdisk-7.1-r2.ebuild @@ -55,6 +55,7 @@ PATCHES=( ) src_configure() { + export MOC="$(qt5_get_bindir)/moc" export PATH="$(qt5_get_bindir):${PATH}" local myconf=(
