diff options
author | Sam James <sam@gentoo.org> | 2022-03-09 22:54:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-09 22:54:59 +0000 |
commit | 523781b7cdfad033ba960e5f1de86f2b159d946b (patch) | |
tree | 21a6365e71d4c0f25f975135ff5906bf53824a57 /media-sound/gstreamripper | |
parent | media-sound/deadbeef: fix IndirectInherits (toolchain-funcs) (diff) | |
download | gentoo-523781b7cdfad033ba960e5f1de86f2b159d946b.tar.gz gentoo-523781b7cdfad033ba960e5f1de86f2b159d946b.tar.bz2 gentoo-523781b7cdfad033ba960e5f1de86f2b159d946b.zip |
media-sound/gstreamripper: fix UnusedInherits (autotools)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/gstreamripper')
-rw-r--r-- | media-sound/gstreamripper/gstreamripper-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/gstreamripper/gstreamripper-0.2.ebuild b/media-sound/gstreamripper/gstreamripper-0.2.ebuild index 38325af58bec..5e95bb7b5d9b 100644 --- a/media-sound/gstreamripper/gstreamripper-0.2.ebuild +++ b/media-sound/gstreamripper/gstreamripper-0.2.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 desktop +inherit desktop MY_P=GStreamripperX-${PV} |