diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 08:51:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:18:43 +0100 |
commit | 9f3c87098a92911de0f20a0fbc8d82db576075ec (patch) | |
tree | 9980ddf765b5572719cee704fedd480dd7ddfc17 /media-video/ffmpeg | |
parent | media-video/dvdauthor: eutils-- (diff) | |
download | gentoo-9f3c87098a92911de0f20a0fbc8d82db576075ec.tar.gz gentoo-9f3c87098a92911de0f20a0fbc8d82db576075ec.tar.bz2 gentoo-9f3c87098a92911de0f20a0fbc8d82db576075ec.zip |
media-video/ffmpeg: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/ffmpeg')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-4.2.4.ebuild | 4 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-4.3.1.ebuild | 4 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-4.3.2.ebuild | 2 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-4.4.ebuild | 2 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/media-video/ffmpeg/ffmpeg-4.2.4.ebuild b/media-video/ffmpeg/ffmpeg-4.2.4.ebuild index 870f697ab830..6ef88dd7e711 100644 --- a/media-video/ffmpeg/ffmpeg-4.2.4.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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/" diff --git a/media-video/ffmpeg/ffmpeg-4.3.1.ebuild b/media-video/ffmpeg/ffmpeg-4.3.1.ebuild index cd228d62314f..aa4da5b2e28c 100644 --- a/media-video/ffmpeg/ffmpeg-4.3.1.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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/" diff --git a/media-video/ffmpeg/ffmpeg-4.3.2.ebuild b/media-video/ffmpeg/ffmpeg-4.3.2.ebuild index 3833238121f2..657510529850 100644 --- a/media-video/ffmpeg/ffmpeg-4.3.2.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.3.2.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/" 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/" diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 9aa3b99c8fff..7ab4dcdeb81a 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.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/" |