commit: 050682eae3589e969d9adda25c022c7c5e527c5b Author: Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja> AuthorDate: Mon Sep 18 06:22:12 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 18 06:26:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050682ea
www-client/chromium: update `dev-util/gn` dependency for 117 Closes: https://bugs.gentoo.org/914370 Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/32893 Signed-off-by: Sam James <sam <AT> gentoo.org> www-client/chromium/chromium-117.0.5938.88.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www-client/chromium/chromium-117.0.5938.88.ebuild b/www-client/chromium/chromium-117.0.5938.88.ebuild index 057b7e456b4f..a54663cc977d 100644 --- a/www-client/chromium/chromium-117.0.5938.88.ebuild +++ b/www-client/chromium/chromium-117.0.5938.88.ebuild @@ -186,7 +186,7 @@ BDEPEND=" $(depend_clang_llvm_versions 16) ) dev-lang/perl - >=dev-util/gn-0.1807 + >=dev-util/gn-0.2114 >=dev-util/gperf-3.0.3 >=dev-util/ninja-1.7.2 dev-vcs/git @@ -651,7 +651,7 @@ src_prepare() { popd >/dev/null || die fi - einfo "Unbundling third-party libraries..." + einfo "Unbundling third-party libraries ..." # Remove most bundled libraries. Some are still needed. build/linux/unbundle/remove_bundled_libraries.py "${keeplibs[@]}" --do-remove || die @@ -921,7 +921,7 @@ chromium_configure() { fi # Re-configure bundled ffmpeg. See bug #491378 for example reasons. - einfo "Configuring bundled ffmpeg..." + einfo "Configuring bundled ffmpeg ..." pushd third_party/ffmpeg > /dev/null || die chromium/scripts/build_ffmpeg.py linux ${ffmpeg_target_arch} \ --branding ${ffmpeg_branding} -- ${build_ffmpeg_args} || die @@ -1029,7 +1029,7 @@ chromium_configure() { myconf_gn+=" devtools_skip_typecheck=false" fi - einfo "Configuring Chromium..." + einfo "Configuring Chromium ..." set -- gn gen --args="${myconf_gn} ${EXTRA_GN}" out/Release echo "$@" "$@" || die
