diff options
author | Sam James <sam@gentoo.org> | 2022-03-09 23:06:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-09 23:06:13 +0000 |
commit | 49c0cd97229dcb020fe671cb1afc16022d75e479 (patch) | |
tree | e3842c488fa1c1c3c5884c56b4082f7e25268638 /media-video | |
parent | media-video/ccextractor: fix UnusedInherits (flag-o-matic) (diff) | |
download | gentoo-49c0cd97229dcb020fe671cb1afc16022d75e479.tar.gz gentoo-49c0cd97229dcb020fe671cb1afc16022d75e479.tar.bz2 gentoo-49c0cd97229dcb020fe671cb1afc16022d75e479.zip |
media-video/ffmpeg2theora: fix UnusedInherits (toolchain-funcs)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg2theora/ffmpeg2theora-0.30-r1.ebuild | 4 |
1 files 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/" |