aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJory A. Pratt <anarchy@gentoo.org>2017-11-25 20:10:29 -0600
committerJory A. Pratt <anarchy@gentoo.org>2017-11-25 20:10:29 -0600
commit845bff3386e574fe474a22636a5604a636e9ce1d (patch)
treef33a7e3c2bd9875e7b06e92e5fae1454372071fe /eclass
parentseamonkey: Use langpacks from release. (diff)
downloadmozilla-845bff3386e574fe474a22636a5604a636e9ce1d.tar.gz
mozilla-845bff3386e574fe474a22636a5604a636e9ce1d.tar.bz2
mozilla-845bff3386e574fe474a22636a5604a636e9ce1d.zip
www-client/firefox - initial 58.0 beta ebuild, many updates and bug
fixes are still needed use at own risk!!!
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozcoreconf-v5.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/mozcoreconf-v5.eclass b/eclass/mozcoreconf-v5.eclass
index e8453294..e62193d1 100644
--- a/eclass/mozcoreconf-v5.eclass
+++ b/eclass/mozcoreconf-v5.eclass
@@ -224,7 +224,9 @@ mozconfig_init() {
# Use the MOZILLA_FIVE_HOME for the rpath
append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags
# Set MOZILLA_FIVE_HOME in mozconfig
- mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
+ if [[ ${PV} -lt 58.0 ]]; then
+ mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
+ fi
####################################
#