diff options
Diffstat (limited to 'media-video/ffmpeg/ffmpeg-4.4.ebuild')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/ffmpeg/ffmpeg-4.4.ebuild b/media-video/ffmpeg/ffmpeg-4.4.ebuild index 9aa3b99c8fff..7ab4dcdeb81a 100644 --- a/media-video/ffmpeg/ffmpeg-4.4.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.4.ebuild @@ -21,7 +21,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://git.ffmpeg.org/ffmpeg.git" fi -inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM} +inherit flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM} DESCRIPTION="Complete solution to record/convert/stream audio and video. Includes libavcodec" HOMEPAGE="https://ffmpeg.org/" |