aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2016-03-28 11:28:52 -0400
committerIan Stakenvicius <axs@gentoo.org>2016-03-28 11:28:52 -0400
commit6e29b4cead03c3fb7913639545bb56ad6d76184c (patch)
treec34c8e761487ca43ac541ac5ce57f336432ecbab
parentversion bump to jemalloc-4.1.0 (diff)
downloadmozilla-6e29b4ce.tar.gz
mozilla-6e29b4ce.tar.bz2
mozilla-6e29b4ce.zip
fixes for firefox-46.0_beta4
-rw-r--r--www-client/firefox/firefox-46.0_beta4.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/www-client/firefox/firefox-46.0_beta4.ebuild b/www-client/firefox/firefox-46.0_beta4.ebuild
index ebda88f4..99bda6c2 100644
--- a/www-client/firefox/firefox-46.0_beta4.ebuild
+++ b/www-client/firefox/firefox-46.0_beta4.ebuild
@@ -57,7 +57,7 @@ ASM_DEPEND=">=dev-lang/yasm-1.1"
# Mesa 7.10 needed for WebGL + bugfixes
RDEPEND="
- >=dev-libs/nss-3.21.1
+ >=dev-libs/nss-3.23
>=dev-libs/nspr-4.12
selinux? ( sec-policy/selinux-mozilla )"
@@ -76,9 +76,7 @@ DEPEND="${RDEPEND}
# https://dev.gentoo.org/~nirbheek/mozilla/firefox/firefox-${MOZ_PV}_${CHANGESET}.source.tar.xz"
# S="${WORKDIR}/mozilla-aurora-${CHANGESET}"
#else
-# S="${WORKDIR}/firefox-${MOZ_PV}"
-# -- temporary workaround just for this beta version
- S="${WORKDIR}/firefox-46.0"
+ S="${WORKDIR}/firefox-${MOZ_PV}"
SRC_URI="${SRC_URI}
${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz"
#fi
@@ -132,6 +130,9 @@ src_unpack() {
}
src_prepare() {
+ # Clear patches no longer needed
+ rm -f "${WORKDIR}"/firefox/8005_gtk3_fix_transparent_tooltip_bkg_bug1197165_moz47.patch
+
# Apply our patches
eapply "${WORKDIR}/firefox"
# "${FILESDIR}"/${PN}-45-qt-widget-fix.patch \