diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-11-29 15:06:24 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-11-29 15:06:52 +1000 |
commit | 91c4bb5a5519fe8bb50353fcf4eace44a0016ff5 (patch) | |
tree | f75113068066993f93a86b7bc76d76d6e1ce149d /media-video | |
parent | www-client/opera-developer: sync CHROMIUM_VERSION (diff) | |
download | gentoo-91c4bb5a5519fe8bb50353fcf4eace44a0016ff5.tar.gz gentoo-91c4bb5a5519fe8bb50353fcf4eace44a0016ff5.tar.bz2 gentoo-91c4bb5a5519fe8bb50353fcf4eace44a0016ff5.zip |
media-video/ffmpeg-chromium: stabilize 130 for amd64, arm64
Chromium 130 never hit stable due to the test framework
implementation, so ffmpeg-chromium never got stabilised as
a result.
Some binary browsers (in this case Opera) have caught up
and now require this version. As 131 is already stable
and there have been no bug reports we'll stabilise
130 rather than hold back stable web browsers.
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg-chromium/ffmpeg-chromium-130.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/ffmpeg-chromium/ffmpeg-chromium-130.ebuild b/media-video/ffmpeg-chromium/ffmpeg-chromium-130.ebuild index e2cbf285339c..3c89e9f50671 100644 --- a/media-video/ffmpeg-chromium/ffmpeg-chromium-130.ebuild +++ b/media-video/ffmpeg-chromium/ffmpeg-chromium-130.ebuild @@ -16,7 +16,7 @@ LICENSE=" " SLOT="${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64" # Options to use as use_enable in the foo[:bar] form. # This will feed configure with $(use_enable foo bar) |