commit: 49c0cd97229dcb020fe671cb1afc16022d75e479
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 9 23:06:13 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 23:06:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c0cd97
media-video/ffmpeg2theora: fix UnusedInherits (toolchain-funcs)
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild
b/media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild
index 4eeabf207293..20f04265bb9f 100644
--- a/media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild
+++ b/media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
-inherit python-any-r1 scons-utils toolchain-funcs
+inherit python-any-r1 scons-utils
DESCRIPTION="A simple converter to create Ogg Theora files"
HOMEPAGE="http://www.v2v.cc/~j/ffmpeg2theora/"