Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Sun, 30 Sep 2018 14:23:36
Message-Id: 1538317402.4499b731e942be486fef8b88895ea6fa07f1af35.whissi@gentoo
1 commit: 4499b731e942be486fef8b88895ea6fa07f1af35
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 14:19:39 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 14:23:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4499b731
7
8 www-client/firefox: fix typo in CXX
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 www-client/firefox/firefox-62.0.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-client/firefox/firefox-62.0.2.ebuild b/www-client/firefox/firefox-62.0.2.ebuild
17 index fa5d585375b..e83a43676a4 100644
18 --- a/www-client/firefox/firefox-62.0.2.ebuild
19 +++ b/www-client/firefox/firefox-62.0.2.ebuild
20 @@ -268,7 +268,7 @@ src_configure() {
21 # Force gcc
22 einfo "Enforcing the use of gcc due to USE=-clang ..."
23 CC=${CHOST}-gcc
24 - CXX=${CHOST}-gcc++
25 + CXX=${CHOST}-g++
26 strip-unsupported-flags
27 fi