Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/testdisk/
Date: Mon, 08 Aug 2022 09:40:36
Message-Id: 1659951617.5d3de4036f6e6ddf9764432e00f8038b68b64f00.asturm@gentoo
1 commit: 5d3de4036f6e6ddf9764432e00f8038b68b64f00
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 25 16:48:58 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 8 09:40:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3de403
7
8 app-admin/testdisk: Move dev-qt/linguist-tools:5 to BDEPEND
9
10 Bug: https://bugs.gentoo.org/544938
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-admin/testdisk/testdisk-7.1-r1.ebuild | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/app-admin/testdisk/testdisk-7.1-r1.ebuild b/app-admin/testdisk/testdisk-7.1-r1.ebuild
17 index 6ac500bd0a2a..502a73ebc76e 100644
18 --- a/app-admin/testdisk/testdisk-7.1-r1.ebuild
19 +++ b/app-admin/testdisk/testdisk-7.1-r1.ebuild
20 @@ -18,7 +18,7 @@ REQUIRED_USE="static? ( !qt5 )"
21
22 # WARNING: reiserfs support does NOT work with reiserfsprogs
23 # you MUST use progsreiserfs-0.3.1_rc8 (the last version ever released).
24 -COMMON_DEPEND="
25 +DEPEND="
26 static? (
27 sys-apps/util-linux[static-libs]
28 sys-fs/e2fsprogs[static-libs]
29 @@ -45,10 +45,8 @@ COMMON_DEPEND="
30 !arm? ( ewf? ( app-forensics/libewf:= ) )
31 )
32 "
33 -DEPEND="${COMMON_DEPEND}
34 - qt5? ( dev-qt/linguist-tools:5 )
35 -"
36 -RDEPEND="!static? ( ${COMMON_DEPEND} )"
37 +RDEPEND="!static? ( ${DEPEND} )"
38 +BDEPEND="qt5? ( dev-qt/linguist-tools:5 )"
39
40 DOCS=()