commit: 45c598c5e21c4594f57b78d5ba311343733ec4b1 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Dec 26 16:34:45 2016 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Dec 26 16:35:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c598c5
www-client/chromium: add bug ref for gcc-5 version check Bug: https://bugs.gentoo.org/600288 Package-Manager: Portage-2.3.3_p9, Repoman-2.3.1_p2 www-client/chromium/chromium-56.0.2924.21.ebuild | 2 +- www-client/chromium/chromium-57.0.2950.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/chromium/chromium-56.0.2924.21.ebuild b/www-client/chromium/chromium-56.0.2924.21.ebuild index db5799d..515da38 100644 --- a/www-client/chromium/chromium-56.0.2924.21.ebuild +++ b/www-client/chromium/chromium-56.0.2924.21.ebuild @@ -169,7 +169,7 @@ pre_build_checks() { if [[ ${MERGE_TYPE} != binary ]]; then local -x CPP="$(tc-getCXX) -E" if tc-is-gcc && ! version_is_at_least 5 "$(gcc-major-version)"; then - # bugs: #535730, #525374, #518668 + # bugs: #535730, #525374, #518668, #600288 die "At least gcc 5 is required" fi fi diff --git a/www-client/chromium/chromium-57.0.2950.4.ebuild b/www-client/chromium/chromium-57.0.2950.4.ebuild index c57eaa6..3819b74 100644 --- a/www-client/chromium/chromium-57.0.2950.4.ebuild +++ b/www-client/chromium/chromium-57.0.2950.4.ebuild @@ -171,7 +171,7 @@ pre_build_checks() { if [[ ${MERGE_TYPE} != binary ]]; then local -x CPP="$(tc-getCXX) -E" if tc-is-gcc && ! version_is_at_least 5 "$(gcc-major-version)"; then - # bugs: #535730, #525374, #518668 + # bugs: #535730, #525374, #518668, #600288 die "At least gcc 5 is required" fi fi
