commit: f2aea8bf9697265b3fee768d2019895b8c6463e0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 9 23:04:16 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 9 23:04:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2aea8bf
media-sound/wavpack: fix UnusedInherits (autotools) Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/wavpack/wavpack-5.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/wavpack/wavpack-5.4.0.ebuild b/media-sound/wavpack/wavpack-5.4.0.ebuild index c26059b952b0..7734a2145702 100644 --- a/media-sound/wavpack/wavpack-5.4.0.ebuild +++ b/media-sound/wavpack/wavpack-5.4.0.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 multilib-minimal +inherit multilib-minimal DESCRIPTION="Hybrid lossless audio compression tools" HOMEPAGE="https://www.wavpack.com/"
