commit:     4499b731e942be486fef8b88895ea6fa07f1af35
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 30 14:19:39 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 30 14:23:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4499b731

www-client/firefox: fix typo in CXX

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
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 fa5d585375b..e83a43676a4 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
 

Reply via email to