diff options
author | Sam James <sam@gentoo.org> | 2023-02-14 04:12:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-14 04:12:35 +0000 |
commit | 272afad161ce6fd073010f5b6ceb064551a3fbf1 (patch) | |
tree | 659b1fc942022fcbf6eb9f01d097fd99428ccd32 /media-video | |
parent | dev-python/python-zstandard: depend on <zstd-1.5.4 (diff) | |
download | gentoo-272afad161ce6fd073010f5b6ceb064551a3fbf1.tar.gz gentoo-272afad161ce6fd073010f5b6ceb064551a3fbf1.tar.bz2 gentoo-272afad161ce6fd073010f5b6ceb064551a3fbf1.zip |
media-video/ffmpeg: update live subslot
Closes: https://bugs.gentoo.org/894158
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 016fa514d08c..31684f96890d 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ EAPI=8 # 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=57.59.59 +FFMPEG_SUBSLOT=58.60.60 SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |