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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4EFDF158095 for ; Thu, 30 Jun 2022 17:39:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F5AEE0BD7; Thu, 30 Jun 2022 17:39:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F1D5E0BD4 for ; Thu, 30 Jun 2022 17:39:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CDD4341921 for ; Thu, 30 Jun 2022 17:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D863C520 for ; Thu, 30 Jun 2022 17:39:41 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1656573918.5f7f60752b44636b107fae6e6208c22b57758c1e.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/nulloy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/nulloy/nulloy-0.9.3.ebuild media-sound/nulloy/nulloy-9999.ebuild X-VCS-Directories: media-sound/nulloy/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 5f7f60752b44636b107fae6e6208c22b57758c1e X-VCS-Branch: master Date: Thu, 30 Jun 2022 17:39:41 +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: d71a7b46-11ff-45ab-8ba8-748c1b9d20b8 X-Archives-Hash: fe4112c402543898581baf3c547573f7 commit: 5f7f60752b44636b107fae6e6208c22b57758c1e Author: Vitaly Zdanevich ya ru> AuthorDate: Thu Jun 30 07:25:18 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Jun 30 07:25:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f7f6075 media-sound/nulloy: build fix Fix https://bugs.gentoo.org/855221 Signed-off-by: Vitaly Zdanevich ya.ru> media-sound/nulloy/nulloy-0.9.3.ebuild | 2 +- media-sound/nulloy/nulloy-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/media-sound/nulloy/nulloy-0.9.3.ebuild b/media-sound/nulloy/nulloy-0.9.3.ebuild index 2a8ed1a32..10d3f11a7 100644 --- a/media-sound/nulloy/nulloy-0.9.3.ebuild +++ b/media-sound/nulloy/nulloy-0.9.3.ebuild @@ -54,7 +54,7 @@ src_configure() { --libdir "$(get_libdir)" ) - ./configure "${myconfargs[@]}" || die + QMAKE=/usr/bin/qmake5 LRELEASE=/usr/lib64/qt5/bin/lrelease ./configure "${myconfargs[@]}" || die } src_install() { diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild index 4cd2267fd..adeb165de 100644 --- a/media-sound/nulloy/nulloy-9999.ebuild +++ b/media-sound/nulloy/nulloy-9999.ebuild @@ -29,6 +29,7 @@ DEPEND=" " RDEPEND="${DEPEND}" + src_unpack() { git-r3_src_unpack @@ -61,7 +62,7 @@ src_configure() { --libdir "$(get_libdir)" ) - ./configure "${myconfargs[@]}" || die + QMAKE=/usr/bin/qmake5 LRELEASE=/usr/lib64/qt5/bin/lrelease ./configure "${myconfargs[@]}" || die } src_install() {