commit:     47316e2fd0e0c8a32df4d654113b53b39ceaa87a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 21:08:45 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 21:08:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47316e2f

sci-geosciences/gpxsee: Use qt5_get_bindir to find lrelease not in PATH

Bug: https://bugs.gentoo.org/837683
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-geosciences/gpxsee/gpxsee-9.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/gpxsee/gpxsee-9.12.ebuild 
b/sci-geosciences/gpxsee/gpxsee-9.12.ebuild
index 0fa8bbb5eda4..06774fd09295 100644
--- a/sci-geosciences/gpxsee/gpxsee-9.12.ebuild
+++ b/sci-geosciences/gpxsee/gpxsee-9.12.ebuild
@@ -44,7 +44,7 @@ src_prepare() {
 }
 
 src_compile() {
-       lrelease gpxsee.pro
+       $(qt5_get_bindir)/lrelease gpxsee.pro || die "lrelease failed"
        eqmake5 gpxsee.pro
        emake
 }

Reply via email to