commit: 07037c27862452d5aa44292ea9769e656e6b7b09 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Thu Jan 22 05:57:48 2026 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Thu Jan 22 06:44:21 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07037c27
www-client/chromium: bump deps for M144 As per the bug below, our minimums for `dev-util/bindgen` and `media-libs/openh264` were out-of-date. Bump them to the minimums required. No revbump in this case as both dependencies would cause a build-time failure if they were out-of-date (and we don't have working chromium binpkg yet). Closes: https://bugs.gentoo.org/968472 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> www-client/chromium/chromium-144.0.7559.96.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/chromium/chromium-144.0.7559.96.ebuild b/www-client/chromium/chromium-144.0.7559.96.ebuild index 602cc4be97d8..e5e58495ec48 100644 --- a/www-client/chromium/chromium-144.0.7559.96.ebuild +++ b/www-client/chromium/chromium-144.0.7559.96.ebuild @@ -120,7 +120,7 @@ COMMON_SNAPSHOT_DEPEND=" system-zstd? ( >=app-arch/zstd-1.5.5:= ) >=media-libs/libwebp-0.4.0:= media-libs/mesa:=[gbm(+)] - >=media-libs/openh264-1.6.0:= + >=media-libs/openh264-2.6.0:= sys-libs/zlib:= !headless? ( dev-libs/glib:2 @@ -209,7 +209,7 @@ BDEPEND=" >=dev-python/selenium-3.141.0 >=dev-util/web_page_replay_go-20220314 ) - >=dev-util/bindgen-0.68.0 + >=dev-util/bindgen-0.72.1 >=dev-build/gn-${GN_MIN_VER} app-alternatives/ninja dev-lang/perl
