summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-09-30 16:19:39 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-09-30 16:23:22 +0200
commit4499b731e942be486fef8b88895ea6fa07f1af35 (patch)
tree1f6040f97acc25a2be8948e3c82d76264fffe3b6 /www-client/firefox
parentmozconfig-v6.60.eclass: fix typo in CXX (diff)
downloadgentoo-4499b731e942be486fef8b88895ea6fa07f1af35.tar.gz
gentoo-4499b731e942be486fef8b88895ea6fa07f1af35.tar.bz2
gentoo-4499b731e942be486fef8b88895ea6fa07f1af35.zip
www-client/firefox: fix typo in CXX
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'www-client/firefox')
-rw-r--r--www-client/firefox/firefox-62.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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