commit:     a05ab27e10f4b4decc3fb24b649057e3cd438e7c
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 22:07:19 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 22:20:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05ab27e

app-misc/rbutil: Use full qt5_get_bindir() path when calling lrelease

Closes: https://bugs.gentoo.org/765694
Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 app-misc/rbutil/rbutil-1.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/rbutil/rbutil-1.4.1.ebuild 
b/app-misc/rbutil/rbutil-1.4.1.ebuild
index 2478bc80799..3ba0000d120 100644
--- a/app-misc/rbutil/rbutil-1.4.1.ebuild
+++ b/app-misc/rbutil/rbutil-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -41,7 +41,7 @@ src_prepare() {
 
 src_configure() {
        # Generate binary translations.
-       lrelease ${PN}qt.pro || die
+       "$(qt5_get_bindir)"/lrelease ${PN}qt.pro || die
 
        # noccache is required to call the correct compiler.
        eqmake5 CONFIG+="noccache $(use debug && echo dbg)"

Reply via email to