commit:     edafdeca212a24a1f04087ddd72496d2e8ef27b9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 22 15:40:24 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 15:40:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edafdeca

app-admin/testdisk: Fix USE=ntfs

Reported-by: Frank Krömmelbein <kroemmelbein <AT> gmx.de>
Closes: https://bugs.gentoo.org/651150
Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild 
b/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild
index f0091bc8cff..02a968ba376 100644
--- a/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild
+++ b/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild
@@ -63,9 +63,9 @@ src_prepare() {
 src_configure() {
        local myeconfargs=(
                --enable-sudo
+               --without-ntfs
                $(use_with ewf)
                $(use_with jpeg)
-               $(use_with ntfs)
                $(use_with ntfs ntfs3g)
                $(use_enable qt5 qt)
                $(use_with reiserfs)

Reply via email to