diff options
author | Sam James <sam@gentoo.org> | 2022-03-09 23:07:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-09 23:07:21 +0000 |
commit | 36ceddd9f89e4c724a1b6534c577c4d19dcbc099 (patch) | |
tree | 49b98a8b4d1e099e50258e4435e3befa57527827 /app-admin/testdisk | |
parent | media-video/jubler: fix IndirectInherits (desktop) (diff) | |
download | gentoo-36ceddd9f89e4c724a1b6534c577c4d19dcbc099.tar.gz gentoo-36ceddd9f89e4c724a1b6534c577c4d19dcbc099.tar.bz2 gentoo-36ceddd9f89e4c724a1b6534c577c4d19dcbc099.zip |
app-admin/testdisk: fix UnusedInherits (autotools)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/testdisk')
-rw-r--r-- | app-admin/testdisk/testdisk-7.1-r1.ebuild | 4 |
1 files 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" |