commit: 569031d808ea3e936f71a9fcc4c6c33aa05aa493 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Apr 20 17:20:31 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Apr 20 17:21:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569031d8
www-client/chromium: pass --no-clean to GN bootstrap script This may aid in debugging if the built gn fails to run. Bug: https://bugs.gentoo.org/615902 Package-Manager: Portage-2.3.5_p19, Repoman-2.3.2_p49 www-client/chromium/chromium-58.0.3029.81.ebuild | 2 +- www-client/chromium/chromium-59.0.3067.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/chromium/chromium-58.0.3029.81.ebuild b/www-client/chromium/chromium-58.0.3029.81.ebuild index 306b006b032..90c93ae0e60 100644 --- a/www-client/chromium/chromium-58.0.3029.81.ebuild +++ b/www-client/chromium/chromium-58.0.3029.81.ebuild @@ -509,7 +509,7 @@ src_configure() { einfo "Configuring Chromium..." # TODO: bootstrapped gn binary hangs when using tcmalloc with portage's sandbox. - tools/gn/bootstrap/bootstrap.py -v --gn-gen-args "${myconf_gn} use_allocator=\"none\"" || die + tools/gn/bootstrap/bootstrap.py -v --no-clean --gn-gen-args "${myconf_gn} use_allocator=\"none\"" || die myconf_gn+=" use_allocator=$(usex tcmalloc \"tcmalloc\" \"none\")" out/Release/gn gen --args="${myconf_gn}" out/Release || die } diff --git a/www-client/chromium/chromium-59.0.3067.0.ebuild b/www-client/chromium/chromium-59.0.3067.0.ebuild index ead35d303d6..c8063a88539 100644 --- a/www-client/chromium/chromium-59.0.3067.0.ebuild +++ b/www-client/chromium/chromium-59.0.3067.0.ebuild @@ -512,7 +512,7 @@ src_configure() { touch chrome/test/data/webui/i18n_process_css_test.html || die einfo "Configuring Chromium..." - tools/gn/bootstrap/bootstrap.py -v --gn-gen-args "${myconf_gn}" || die + tools/gn/bootstrap/bootstrap.py -v --no-clean --gn-gen-args "${myconf_gn}" || die out/Release/gn gen --args="${myconf_gn}" out/Release || die }
