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/, eclass/
Date: Thu, 27 Sep 2018 20:28:34
Message-Id: 1538080099.ef551905fbbf1b48750db051bc14fc9b80ca1b7f.whissi@gentoo
1 commit: ef551905fbbf1b48750db051bc14fc9b80ca1b7f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 20:27:01 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 20:28:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef551905
7
8 www-client/firefox: make hard- and softfloat distinguishable
9
10 Reported-by: stefson <herrtimson <AT> yahoo.de>
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12 Package-Manager: Portage-2.3.50, Repoman-2.3.11
13
14 eclass/mozconfig-v6.60.eclass | 2 +-
15 www-client/firefox/firefox-62.0.2.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
19 index a804ac77512..bde4203e688 100644
20 --- a/eclass/mozconfig-v6.60.eclass
21 +++ b/eclass/mozconfig-v6.60.eclass
22 @@ -345,7 +345,7 @@ mozconfig_config() {
23 mozconfig_annotate '' --with-thumb-interwork=no
24 fi
25 fi
26 - if [[ ${CHOST} == armv* ]] ; then
27 + if [[ ${CHOST} == armv*h* ]] ; then
28 mozconfig_annotate '' --with-float-abi=hard
29 if ! use system-libvpx ; then
30 sed -i -e "s|softfp|hard|" \
31
32 diff --git a/www-client/firefox/firefox-62.0.2.ebuild b/www-client/firefox/firefox-62.0.2.ebuild
33 index 68e3ed1ea93..5bfc9143834 100644
34 --- a/www-client/firefox/firefox-62.0.2.ebuild
35 +++ b/www-client/firefox/firefox-62.0.2.ebuild
36 @@ -330,7 +330,7 @@ src_configure() {
37 mozconfig_annotate '' --with-thumb-interwork=no
38 fi
39 fi
40 - if [[ ${CHOST} == armv* ]] ; then
41 + if [[ ${CHOST} == armv*h* ]] ; then
42 mozconfig_annotate '' --with-float-abi=hard
43 if ! use system-libvpx ; then
44 sed -i -e "s|softfp|hard|" \