diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-30 15:14:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-30 15:14:32 +0100 |
commit | 70465bbdb24510c2244418727707fe32d26160a0 (patch) | |
tree | 629fa97cf5c0a0fa9c2020e13a03ab18d7b4eb19 | |
parent | dev-python/redis: Remove old (diff) | |
download | gentoo-70465bbdb24510c2244418727707fe32d26160a0.tar.gz gentoo-70465bbdb24510c2244418727707fe32d26160a0.tar.bz2 gentoo-70465bbdb24510c2244418727707fe32d26160a0.zip |
app-admin/testdisk: Stabilize 7.2 x86, #928166
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | app-admin/testdisk/testdisk-7.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/testdisk/testdisk-7.2.ebuild b/app-admin/testdisk/testdisk-7.2.ebuild index e30e7c0a8b9f..ccf2949b7727 100644 --- a/app-admin/testdisk/testdisk-7.2.ebuild +++ b/app-admin/testdisk/testdisk-7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://www.cgsecurity.org/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" IUSE="ewf jpeg ntfs gui reiserfs static +sudo zlib" REQUIRED_USE="static? ( !gui )" |