From 9131e9ff91ef2a765bb529342ea248941d7a5664 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Sat, 16 Jan 2021 16:24:47 +0100 Subject: app-editors/notepadqq: Synced live ebuild Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Lars Wendler --- app-editors/notepadqq/notepadqq-9999.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'app-editors') diff --git a/app-editors/notepadqq/notepadqq-9999.ebuild b/app-editors/notepadqq/notepadqq-9999.ebuild index 55064b0e2564..ca0db1807aa3 100644 --- a/app-editors/notepadqq/notepadqq-9999.ebuild +++ b/app-editors/notepadqq/notepadqq-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -48,7 +48,11 @@ src_prepare() { } src_configure() { - eqmake5 PREFIX="${EPREFIX}/usr" ${PN}.pro + eqmake5 \ + LRELEASE="$(qt5_get_bindir)/lrelease" \ + QMAKE="$(qt5_get_bindir)/qmake" \ + PREFIX="${EPREFIX}/usr" \ + ${PN}.pro } src_install() { -- cgit v1.2.3-65-gdbad