From 4499b731e942be486fef8b88895ea6fa07f1af35 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Sun, 30 Sep 2018 16:19:39 +0200 Subject: [PATCH] www-client/firefox: fix typo in CXX Signed-off-by: Thomas Deutschmann Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- www-client/firefox/firefox-62.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2