commit: f6a9f9d92d39f54d31aee3084e20ec177ace1404
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 16 16:12:37 2018 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Sep 16 16:15:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a9f9d9
www-client/chromium: force clang again for M69
Package-Manager: Portage-2.3.49_p2, Repoman-2.3.10_p48
www-client/chromium/chromium-69.0.3497.92.ebuild | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/www-client/chromium/chromium-69.0.3497.92.ebuild
b/www-client/chromium/chromium-69.0.3497.92.ebuild
index ad1ac0602a9..b214b6ae612 100644
--- a/www-client/chromium/chromium-69.0.3497.92.ebuild
+++ b/www-client/chromium/chromium-69.0.3497.92.ebuild
@@ -101,6 +101,7 @@ DEPEND="${COMMON_DEPEND}
sys-apps/hwids[usb(+)]
>=sys-devel/bison-2.4.3
sys-devel/flex
+ >=sys-devel/clang-5
virtual/pkgconfig
dev-vcs/git
"
@@ -370,12 +371,12 @@ src_configure() {
# Make sure the build system will use the right tools, bug #340795.
tc-export AR CC CXX NM
- #if ! tc-is-clang; then
- # # Force clang since gcc is pretty broken at the moment.
- # CC=${CHOST}-clang
- # CXX=${CHOST}-clang++
- # strip-unsupported-flags
- #fi
+ if ! tc-is-clang; then
+ # Force clang since gcc is pretty broken at the moment.
+ CC=${CHOST}-clang
+ CXX=${CHOST}-clang++
+ strip-unsupported-flags
+ fi
if tc-is-clang; then
myconf_gn+=" is_clang=true clang_use_chrome_plugins=false"