summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-07-01 19:17:54 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-07-01 19:36:42 +0200
commit62a1c3080795a68efbe01127cd9479a2d16ae921 (patch)
tree68df4eed2cc0dc67d07f42876fde4ac88197db0c /www-client/firefox
parentmail-client/thunderbird-bin: bump to v68.10.0 (diff)
downloadgentoo-62a1c3080795a68efbe01127cd9479a2d16ae921.tar.gz
gentoo-62a1c3080795a68efbe01127cd9479a2d16ae921.tar.bz2
gentoo-62a1c3080795a68efbe01127cd9479a2d16ae921.zip
www-client/firefox: synchronize with thunderbird ebuild
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r--www-client/firefox/firefox-68.10.0.ebuild21
1 files changed, 7 insertions, 14 deletions
diff --git a/www-client/firefox/firefox-68.10.0.ebuild b/www-client/firefox/firefox-68.10.0.ebuild
index d73893c7c904..64189efee3ce 100644
--- a/www-client/firefox/firefox-68.10.0.ebuild
+++ b/www-client/firefox/firefox-68.10.0.ebuild
@@ -10,11 +10,12 @@ PYTHON_COMPAT=( python3_{6,7,8,9} )
PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)'
# This list can be updated with scripts/get_langs.sh from the mozilla overlay
-MOZ_LANGS=(ach af an ar ast az be bg bn br bs ca cak cs cy da de dsb el en en-CA
-en-GB en-US eo es-AR es-CL es-ES es-MX et eu fa ff fi fr fy-NL ga-IE gd gl gn gu-IN
-he hi-IN hr hsb hu hy-AM ia id is it ja ka kab kk km kn ko lij lt lv mk mr ms my
-nb-NO nl nn-NO oc pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta te
-th tr uk ur uz vi xh zh-CN zh-TW )
+MOZ_LANGS=( ach af an ar ast az be bg bn br bs ca cak cs cy da de dsb
+el en en-CA en-GB en-US eo es-AR es-CL es-ES es-MX et eu fa ff fi fr
+fy-NL ga-IE gd gl gn gu-IN he hi-IN hr hsb hu hy-AM ia id is it ja ka
+kab kk km kn ko lij lt lv mk mr ms my nb-NO nl nn-NO oc pa-IN pl pt-BR
+pt-PT rm ro ru si sk sl son sq sr sv-SE ta te th tr uk ur uz vi xh
+zh-CN zh-TW )
# Convert the ebuild version to the upstream mozilla version, used by mozlinguas
MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI
@@ -30,7 +31,7 @@ fi
PATCH="${PN}-68.0-patches-14"
MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases"
-MOZ_SRC_URI="${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz"
+MOZ_SRC_URI="${MOZ_HTTP_URI}/${MOZ_PV}/source/${PN}-${MOZ_PV}.source.tar.xz"
if [[ "${PV}" == *_rc* ]]; then
MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/candidates/${MOZ_PV}-candidates/build${PV##*_rc}"
@@ -179,8 +180,6 @@ DEPEND="${CDEPEND}
S="${WORKDIR}/firefox-${PV%_*}"
-QA_PRESTRIPPED="usr/lib*/${PN}/firefox"
-
BUILD_OBJ_DIR="${S}/ff"
# allow GMP_PLUGIN_LIST to be set in an eclass or
@@ -262,12 +261,6 @@ pkg_setup() {
addpredict /proc/self/oom_score_adj
llvm_pkg_setup
-
- if has ccache ${FEATURES} ; then
- if use clang && use pgo ; then
- die "Using FEATURES=ccache with USE=clang and USE=pgo is currently known to be broken (bug #718632)."
- fi
- fi
}
src_unpack() {