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 B77031382C5 for ; Mon, 8 Mar 2021 07:42:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB9C2E0916; Mon, 8 Mar 2021 07:42:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CDB45E0916 for ; Mon, 8 Mar 2021 07:42:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9879634067D for ; Mon, 8 Mar 2021 07:42:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6ED013B for ; Mon, 8 Mar 2021 07:42:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1615189349.a140b45cb75a645c719f35a7bf05466dbf7db531.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/testdisk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/testdisk/testdisk-7.1.ebuild X-VCS-Directories: app-admin/testdisk/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a140b45cb75a645c719f35a7bf05466dbf7db531 X-VCS-Branch: master Date: Mon, 8 Mar 2021 07:42:32 +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: acf098c5-cf2f-43ff-a93d-6c575ab50853 X-Archives-Hash: d8369417a4094ff05f421013a3893cb9 commit: a140b45cb75a645c719f35a7bf05466dbf7db531 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 8 07:41:47 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 8 07:42:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a140b45c app-admin/testdisk: Fix building without qtchooser Closes: https://bugs.gentoo.org/774102 Signed-off-by: Michał Górny gentoo.org> app-admin/testdisk/testdisk-7.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-admin/testdisk/testdisk-7.1.ebuild b/app-admin/testdisk/testdisk-7.1.ebuild index c76b3239eb3..07e3dfe84f2 100644 --- a/app-admin/testdisk/testdisk-7.1.ebuild +++ b/app-admin/testdisk/testdisk-7.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools flag-o-matic xdg-utils +inherit autotools flag-o-matic qmake-utils xdg-utils DESCRIPTION="Checks and undeletes partitions + PhotoRec, signature based recovery tool" HOMEPAGE="https://www.cgsecurity.org/wiki/TestDisk" @@ -53,6 +53,8 @@ RDEPEND="!static? ( ${COMMON_DEPEND} )" DOCS=() src_configure() { + export PATH="$(qt5_get_bindir):${PATH}" + local myconf=( --enable-sudo --without-ntfs