From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C0051382C5 for ; Sat, 16 Jan 2021 15:25:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15D7AE0828; Sat, 16 Jan 2021 15:25:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC51FE0828 for ; Sat, 16 Jan 2021 15:25:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E08A2340C19 for ; Sat, 16 Jan 2021 15:25:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 503EE496 for ; Sat, 16 Jan 2021 15:25:10 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1610810707.9131e9ff91ef2a765bb529342ea248941d7a5664.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/notepadqq/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/notepadqq/notepadqq-9999.ebuild X-VCS-Directories: app-editors/notepadqq/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9131e9ff91ef2a765bb529342ea248941d7a5664 X-VCS-Branch: master Date: Sat, 16 Jan 2021 15:25:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 91905f4b-9a0b-4f5e-8894-122aa5ee7993 X-Archives-Hash: 7f03a189e3178b3ab02b9415550a56a7 commit: 9131e9ff91ef2a765bb529342ea248941d7a5664 Author: Lars Wendler gentoo org> AuthorDate: Sat Jan 16 15:24:47 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Jan 16 15:25:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9131e9ff app-editors/notepadqq: Synced live ebuild Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> app-editors/notepadqq/notepadqq-9999.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app-editors/notepadqq/notepadqq-9999.ebuild b/app-editors/notepadqq/notepadqq-9999.ebuild index 55064b0e256..ca0db1807aa 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() {