diff options
author | Sam James <sam@gentoo.org> | 2022-03-09 23:07:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-09 23:07:41 +0000 |
commit | 5a808332a2cf752853f21a1e3f6aa8afb716abb4 (patch) | |
tree | 5897d4071dd7564e51402f71fcde96cf3a41268e /app-arch | |
parent | app-admin/testdisk: fix UnusedInherits (autotools) (diff) | |
download | gentoo-5a808332a2cf752853f21a1e3f6aa8afb716abb4.tar.gz gentoo-5a808332a2cf752853f21a1e3f6aa8afb716abb4.tar.bz2 gentoo-5a808332a2cf752853f21a1e3f6aa8afb716abb4.zip |
app-arch/xarchiver: fix UnusedInherits (autotools)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/xarchiver/xarchiver-0.5.4.17.ebuild | 4 |
1 files 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" |