diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-30 20:06:58 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-30 20:07:09 +0200 |
commit | 33c5971d5c0ee0652bfb768a7c741fa2d71146a3 (patch) | |
tree | 62df5af2a38415038b442f41b93b6f2671c32769 /media-video/ffmpeg | |
parent | media-video/ffmpeg: drop avresample (diff) | |
download | gentoo-33c5971d5c0ee0652bfb768a7c741fa2d71146a3.tar.gz gentoo-33c5971d5c0ee0652bfb768a7c741fa2d71146a3.tar.bz2 gentoo-33c5971d5c0ee0652bfb768a7c741fa2d71146a3.zip |
media-video/ffmpeg: update subslot
Closes: https://bugs.gentoo.org/787083
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-video/ffmpeg')
-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 7cc85ee5f21a..2dab02943baf 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -12,7 +12,7 @@ EAPI=7 # changes its ABI then this package will be rebuilt needlessly. Hence, such a # package is free _not_ to := depend on FFmpeg but I would strongly encourage # doing so since such a case is unlikely. -FFMPEG_SUBSLOT=56.58.58 +FFMPEG_SUBSLOT=57.59.59 SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |