commit: 5a808332a2cf752853f21a1e3f6aa8afb716abb4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 9 23:07:41 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 9 23:07:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a808332
app-arch/xarchiver: fix UnusedInherits (autotools) Signed-off-by: Sam James <sam <AT> gentoo.org> app-arch/xarchiver/xarchiver-0.5.4.17.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/xarchiver/xarchiver-0.5.4.17.ebuild b/app-arch/xarchiver/xarchiver-0.5.4.17.ebuild index e0200e4bdb6a..10d8290b2ada 100644 --- a/app-arch/xarchiver/xarchiver-0.5.4.17.ebuild +++ b/app-arch/xarchiver/xarchiver-0.5.4.17.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 xdg-utils +inherit xdg-utils DESCRIPTION="A GTK+ archive manager that can be used with Thunar" HOMEPAGE="https://github.com/ib/xarchiver"
