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 7314A158095 for ; Mon, 8 Aug 2022 09:40:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E9C0E0BE1; Mon, 8 Aug 2022 09:40:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6EE67E0BE1 for ; Mon, 8 Aug 2022 09:40:35 +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 8116A340EFB for ; Mon, 8 Aug 2022 09:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D98FF448 for ; Mon, 8 Aug 2022 09:40:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1659951617.5d3de4036f6e6ddf9764432e00f8038b68b64f00.asturm@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-r1.ebuild X-VCS-Directories: app-admin/testdisk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5d3de4036f6e6ddf9764432e00f8038b68b64f00 X-VCS-Branch: master Date: Mon, 8 Aug 2022 09:40: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: df9c2eeb-81bb-4706-8975-59f369e05a57 X-Archives-Hash: b58eee252c5505b1a38a5c3499e267c8 commit: 5d3de4036f6e6ddf9764432e00f8038b68b64f00 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 25 16:48:58 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 8 09:40:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3de403 app-admin/testdisk: Move dev-qt/linguist-tools:5 to BDEPEND Bug: https://bugs.gentoo.org/544938 Signed-off-by: Andreas Sturmlechner gentoo.org> app-admin/testdisk/testdisk-7.1-r1.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-admin/testdisk/testdisk-7.1-r1.ebuild b/app-admin/testdisk/testdisk-7.1-r1.ebuild index 6ac500bd0a2a..502a73ebc76e 100644 --- a/app-admin/testdisk/testdisk-7.1-r1.ebuild +++ b/app-admin/testdisk/testdisk-7.1-r1.ebuild @@ -18,7 +18,7 @@ REQUIRED_USE="static? ( !qt5 )" # WARNING: reiserfs support does NOT work with reiserfsprogs # you MUST use progsreiserfs-0.3.1_rc8 (the last version ever released). -COMMON_DEPEND=" +DEPEND=" static? ( sys-apps/util-linux[static-libs] sys-fs/e2fsprogs[static-libs] @@ -45,10 +45,8 @@ COMMON_DEPEND=" !arm? ( ewf? ( app-forensics/libewf:= ) ) ) " -DEPEND="${COMMON_DEPEND} - qt5? ( dev-qt/linguist-tools:5 ) -" -RDEPEND="!static? ( ${COMMON_DEPEND} )" +RDEPEND="!static? ( ${DEPEND} )" +BDEPEND="qt5? ( dev-qt/linguist-tools:5 )" DOCS=()