commit: 36ceddd9f89e4c724a1b6534c577c4d19dcbc099 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 9 23:07:21 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 9 23:07:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ceddd9
app-admin/testdisk: fix UnusedInherits (autotools) Signed-off-by: Sam James <sam <AT> gentoo.org> app-admin/testdisk/testdisk-7.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/testdisk/testdisk-7.1-r1.ebuild b/app-admin/testdisk/testdisk-7.1-r1.ebuild index 5dc76cce23a2..49c3412c0a54 100644 --- a/app-admin/testdisk/testdisk-7.1-r1.ebuild +++ b/app-admin/testdisk/testdisk-7.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools flag-o-matic qmake-utils xdg-utils +inherit flag-o-matic qmake-utils xdg-utils DESCRIPTION="Checks and undeletes partitions + PhotoRec, signature based recovery tool" HOMEPAGE="https://www.cgsecurity.org/wiki/TestDisk"
