From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1466879-garchives=archives.gentoo.org@lists.gentoo.org>
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 8CF86158021
	for <garchives@archives.gentoo.org>; Wed, 14 Dec 2022 05:18:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AF529E0828;
	Wed, 14 Dec 2022 05:18:31 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 964B7E0828
	for <gentoo-commits@lists.gentoo.org>; Wed, 14 Dec 2022 05:18:31 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 51D07341240
	for <gentoo-commits@lists.gentoo.org>; Wed, 14 Dec 2022 05:18:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D0E54C8
	for <gentoo-commits@lists.gentoo.org>; Wed, 14 Dec 2022 05:18:28 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1670994934.c2a3f08d67f9c49c4c9ec83110ef618efd8bff09.sam@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-r2.ebuild
X-VCS-Directories: app-admin/testdisk/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: c2a3f08d67f9c49c4c9ec83110ef618efd8bff09
X-VCS-Branch: master
Date: Wed, 14 Dec 2022 05:18:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 310f8e71-3298-4b46-bf82-316ab6d17072
X-Archives-Hash: a523ceda18673d218809771b4dafc8f5

commit:     c2a3f08d67f9c49c4c9ec83110ef618efd8bff09
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 05:15:34 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 05:15:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a3f08d

app-admin/testdisk: set MOC explicitly

The PATH line has been there for a while but let's explicitly set MOC to be safe as
toralf filed it after.

Bug: https://bugs.gentoo.org/875509
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-admin/testdisk/testdisk-7.1-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-admin/testdisk/testdisk-7.1-r2.ebuild b/app-admin/testdisk/testdisk-7.1-r2.ebuild
index 8753298f1237..7019d9e38484 100644
--- a/app-admin/testdisk/testdisk-7.1-r2.ebuild
+++ b/app-admin/testdisk/testdisk-7.1-r2.ebuild
@@ -55,6 +55,7 @@ PATCHES=(
 )
 
 src_configure() {
+	export MOC="$(qt5_get_bindir)/moc"
 	export PATH="$(qt5_get_bindir):${PATH}"
 
 	local myconf=(