diff options
author | Sam James <sam@gentoo.org> | 2022-12-14 05:15:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-14 05:15:34 +0000 |
commit | c2a3f08d67f9c49c4c9ec83110ef618efd8bff09 (patch) | |
tree | fe86cd44d9f72eac65664ae9ad212e73a3da031b /app-admin | |
parent | app-admin/testdisk: fix clang build (diff) | |
download | gentoo-c2a3f08d67f9c49c4c9ec83110ef618efd8bff09.tar.gz gentoo-c2a3f08d67f9c49c4c9ec83110ef618efd8bff09.tar.bz2 gentoo-c2a3f08d67f9c49c4c9ec83110ef618efd8bff09.zip |
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@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/testdisk/testdisk-7.1-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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=( |