diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-03 14:20:03 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-03 14:20:10 +0200 |
commit | e8e4542f6ec31f39e4abd7019715bd1526e49d40 (patch) | |
tree | 6565ee9d9b6144735307069f6f7b4ef075c9e093 /app-admin/testdisk | |
parent | dev-python/pytoolconfig: Stabilize 1.2.4-r2 ALLARCHES, #893028 (diff) | |
download | gentoo-e8e4542f6ec31f39e4abd7019715bd1526e49d40.tar.gz gentoo-e8e4542f6ec31f39e4abd7019715bd1526e49d40.tar.bz2 gentoo-e8e4542f6ec31f39e4abd7019715bd1526e49d40.zip |
app-admin/testdisk: Stabilize 7.1-r2 amd64, #893046
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-admin/testdisk')
-rw-r--r-- | app-admin/testdisk/testdisk-7.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/testdisk/testdisk-7.1-r2.ebuild b/app-admin/testdisk/testdisk-7.1-r2.ebuild index a891080e0dcc..746af9681ff3 100644 --- a/app-admin/testdisk/testdisk-7.1-r2.ebuild +++ b/app-admin/testdisk/testdisk-7.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 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 ~hppa ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~x86" IUSE="ewf jpeg ntfs gui reiserfs static zlib" REQUIRED_USE="static? ( !gui )" |