diff options
author | Andrey Grozin <grozin@gentoo.org> | 2022-04-06 19:38:29 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2022-04-06 19:38:29 +0700 |
commit | 732830d0aab8f9f20e0d2ac5353bb7b3ee38c10a (patch) | |
tree | ce42a19f8103a0b64f1d9ca5cc2872466917098e /sci-geosciences | |
parent | sci-geosciences/gpxsee: remove 10.4 (diff) | |
download | gentoo-732830d0aab8f9f20e0d2ac5353bb7b3ee38c10a.tar.gz gentoo-732830d0aab8f9f20e0d2ac5353bb7b3ee38c10a.tar.bz2 gentoo-732830d0aab8f9f20e0d2ac5353bb7b3ee38c10a.zip |
sci-geosciences/gpxlab: use $(qt5_get_bindir)/lrelease
Closes: https://bugs.gentoo.org/836882
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gpxlab/gpxlab-0.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/gpxlab/gpxlab-0.7.0.ebuild b/sci-geosciences/gpxlab/gpxlab-0.7.0.ebuild index c93b27d0c00c..46bc19a557dc 100644 --- a/sci-geosciences/gpxlab/gpxlab-0.7.0.ebuild +++ b/sci-geosciences/gpxlab/gpxlab-0.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,7 +41,7 @@ src_prepare() { } src_compile() { - lrelease ${MY_PN}.pro + $(qt5_get_bindir)/lrelease ${MY_PN}.pro || die "lrelease failed" eqmake5 ${MY_PN}.pro emake } |