app-admin/testdisk: Remove leftover ewf flag

Closes: https://bugs.gentoo.org/970377
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-02-21 07:55:26 +01:00
parent adc005697e
commit c39794ce94
2 changed files with 3 additions and 6 deletions

View File

@@ -12,7 +12,6 @@
<use>
<flag name="ntfs">Include the ability to read NTFS filesystems</flag>
<flag name="reiserfs">Include reiserfs reading ability</flag>
<flag name="ewf">Include ewf library</flag>
<flag name="sudo">Enable sudo helper integration</flag>
</use>
<upstream>

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://www.cgsecurity.org/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
IUSE="ewf jpeg ntfs gui reiserfs static +sudo zlib"
IUSE="jpeg ntfs gui reiserfs static +sudo zlib"
REQUIRED_USE="static? ( !gui )"
QA_CONFIG_IMPL_DECL_SKIP=(
@@ -32,7 +32,6 @@ DEPEND="
ntfs? ( sys-fs/ntfs3g[static-libs] )
reiserfs? ( >=sys-fs/progsreiserfs-0.3.1_rc8[static-libs] )
zlib? ( virtual/zlib:=[static-libs] )
!arm? ( ewf? ( app-forensics/libewf[static-libs] ) )
)
!static? (
sys-apps/util-linux
@@ -47,7 +46,6 @@ DEPEND="
)
reiserfs? ( >=sys-fs/progsreiserfs-0.3.1_rc8 )
zlib? ( virtual/zlib:= )
!arm? ( ewf? ( app-forensics/libewf:= ) )
)
"
RDEPEND="
@@ -69,7 +67,7 @@ src_configure() {
local myconf=(
--without-ntfs # old NTFS implementation, use ntfs-3g instead.
$(use_with ewf)
--without-ewf # app-forensics/libewf removed from ::gentoo
$(use_with jpeg)
$(use_with ntfs ntfs3g)
$(use_enable gui qt)