From: Thomas Deutschmann Date: Sun, 30 Sep 2018 14:19:39 +0000 (+0200) Subject: www-client/firefox: fix typo in CXX X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4499b731e942be486fef8b88895ea6fa07f1af35;p=gentoo.git www-client/firefox: fix typo in CXX Signed-off-by: Thomas Deutschmann Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- diff --git a/www-client/firefox/firefox-62.0.2.ebuild b/www-client/firefox/firefox-62.0.2.ebuild index fa5d585375ba..e83a43676a44 100644 --- a/www-client/firefox/firefox-62.0.2.ebuild +++ b/www-client/firefox/firefox-62.0.2.ebuild @@ -268,7 +268,7 @@ src_configure() { # Force gcc einfo "Enforcing the use of gcc due to USE=-clang ..." CC=${CHOST}-gcc - CXX=${CHOST}-gcc++ + CXX=${CHOST}-g++ strip-unsupported-flags fi