Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/
Date: Thu, 30 Nov 2017 13:57:23
Message-Id: 1512050220.310f93a105db743c3b8d555f709c5121f2368bce.aballier@gentoo
1 commit: 310f93a105db743c3b8d555f709c5121f2368bce
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 30 13:53:13 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 13:57:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=310f93a1
7
8 media-video/ffmpeg: Update subslot in live build.
9
10 Closes: https://bugs.gentoo.org/635156
11 Package-Manager: Portage-2.3.16, Repoman-2.3.6
12
13 media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
17 index 271730dd6c6..90e95767dd7 100644
18 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild
19 +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
20 @@ -12,7 +12,7 @@ EAPI=6
21 # changes its ABI then this package will be rebuilt needlessly. Hence, such a
22 # package is free _not_ to := depend on FFmpeg but I would strongly encourage
23 # doing so since such a case is unlikely.
24 -FFMPEG_SUBSLOT=55.57.57
25 +FFMPEG_SUBSLOT=56.58.58
26
27 SCM=""
28 if [ "${PV#9999}" != "${PV}" ] ; then