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: Thu, 22 Mar 2018 15:41:09
Message-Id: 1521733248.edafdeca212a24a1f04087ddd72496d2e8ef27b9.asturm@gentoo
1 commit: edafdeca212a24a1f04087ddd72496d2e8ef27b9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 22 15:40:24 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 15:40:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edafdeca
7
8 app-admin/testdisk: Fix USE=ntfs
9
10 Reported-by: Frank Krömmelbein <kroemmelbein <AT> gmx.de>
11 Closes: https://bugs.gentoo.org/651150
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13
14 app-admin/testdisk/testdisk-7.1_pre20180322.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild b/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild
18 index f0091bc8cff..02a968ba376 100644
19 --- a/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild
20 +++ b/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild
21 @@ -63,9 +63,9 @@ src_prepare() {
22 src_configure() {
23 local myeconfargs=(
24 --enable-sudo
25 + --without-ntfs
26 $(use_with ewf)
27 $(use_with jpeg)
28 - $(use_with ntfs)
29 $(use_with ntfs ntfs3g)
30 $(use_enable qt5 qt)
31 $(use_with reiserfs)