diff options
author | 2020-05-22 15:10:01 +0000 | |
---|---|---|
committer | 2020-05-23 22:05:24 +0200 | |
commit | a6806ec77c92404a50bfaa82162cae376d62fe0a (patch) | |
tree | 5bb03357a186f1410c21948681ddd56c0fff1fba /media-video/ffmpeg/ffmpeg-9999.ebuild | |
parent | media-video/ffmpeg: Security bump to 4.2.3 (diff) | |
download | gentoo-a6806ec77c92404a50bfaa82162cae376d62fe0a.tar.gz gentoo-a6806ec77c92404a50bfaa82162cae376d62fe0a.tar.bz2 gentoo-a6806ec77c92404a50bfaa82162cae376d62fe0a.zip |
media-video/ffmpeg: Fix DESCRIPTION length
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15927
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-video/ffmpeg/ffmpeg-9999.ebuild')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 7805600ea529..055a69ae2702 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -23,7 +23,7 @@ fi inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM} -DESCRIPTION="Complete solution to record, convert and stream audio and video. Includes libavcodec" +DESCRIPTION="Complete solution to record/convert/stream audio and video. Includes libavcodec" HOMEPAGE="https://ffmpeg.org/" if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" |