diff options
author | Sam James <sam@gentoo.org> | 2022-03-09 23:04:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-09 23:04:16 +0000 |
commit | f2aea8bf9697265b3fee768d2019895b8c6463e0 (patch) | |
tree | beef27c08d27dbbdcf31eed311b8811ac8c69f20 /media-sound | |
parent | media-sound/*: fix UnusedInherits (flag-o-matic) (diff) | |
download | gentoo-f2aea8bf9697265b3fee768d2019895b8c6463e0.tar.gz gentoo-f2aea8bf9697265b3fee768d2019895b8c6463e0.tar.bz2 gentoo-f2aea8bf9697265b3fee768d2019895b8c6463e0.zip |
media-sound/wavpack: fix UnusedInherits (autotools)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/wavpack/wavpack-5.4.0.ebuild | 4 |
1 files 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/" |