diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 05:20:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 21:10:41 +0000 |
commit | 12056130f2e0a15162951d80cdb0666de7ce98ed (patch) | |
tree | 70f73a48656832e0e744d142b87d6c7c1fa0d400 /media-video/transcode | |
parent | media-video/sonic-snap: [QA] fix UnusedInherits (multilib) (diff) | |
download | gentoo-12056130f2e0a15162951d80cdb0666de7ce98ed.tar.gz gentoo-12056130f2e0a15162951d80cdb0666de7ce98ed.tar.bz2 gentoo-12056130f2e0a15162951d80cdb0666de7ce98ed.zip |
media-video/transcode: [QA] fix UnusedInherits (multilib)
get_libdir has been built-in since EAPI 6
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/transcode')
-rw-r--r-- | media-video/transcode/transcode-1.1.7-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/transcode/transcode-1.1.7-r6.ebuild b/media-video/transcode/transcode-1.1.7-r6.ebuild index 41c7a8e47895..27b8a8cfff4b 100644 --- a/media-video/transcode/transcode-1.1.7-r6.ebuild +++ b/media-video/transcode/transcode-1.1.7-r6.ebuild @@ -1,8 +1,8 @@ -# Copyright 2002-2021 Gentoo Authors +# Copyright 2002-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools libtool multilib +inherit autotools DESCRIPTION="Utilities for transcoding video and audio codecs in different containers" HOMEPAGE="http://www.transcoding.org/ https://bitbucket.org/france/transcode-tcforge" |