diff options
-rw-r--r-- | app-admin/testdisk/testdisk-7.1_pre20180322.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild b/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild index 02a968ba3763..4aa4e9621ca4 100644 --- a/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild +++ b/app-admin/testdisk/testdisk-7.1_pre20180322.ebuild @@ -63,7 +63,7 @@ src_prepare() { src_configure() { local myeconfargs=( --enable-sudo - --without-ntfs + --without-ntfs $(use_with ewf) $(use_with jpeg) $(use_with ntfs ntfs3g) |