diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-27 17:43:16 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-27 18:19:15 +0200 |
commit | 55f985d9f6b413e540d8b83b6041340412ab8380 (patch) | |
tree | ad30f99d34382b75d6bd8af3a2599ef3d9c34a12 /www-client | |
parent | mozconfig-v6.60.eclass: disable elfhack on arm (diff) | |
download | gentoo-55f985d9f6b413e540d8b83b6041340412ab8380.tar.gz gentoo-55f985d9f6b413e540d8b83b6041340412ab8380.tar.bz2 gentoo-55f985d9f6b413e540d8b83b6041340412ab8380.zip |
www-client/firefox: rev bump to force rebuild against updated eclass
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-60.2.1-r1.ebuild (renamed from www-client/firefox/firefox-60.2.1.ebuild) | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www-client/firefox/firefox-60.2.1.ebuild b/www-client/firefox/firefox-60.2.1-r1.ebuild index 821154739655..142e976023d3 100644 --- a/www-client/firefox/firefox-60.2.1.ebuild +++ b/www-client/firefox/firefox-60.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,7 +33,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils llvm \ mozconfig-v6.60 pax-utils xdg-utils autotools mozlinguas-v2 DESCRIPTION="Firefox Web Browser" -HOMEPAGE="http://www.mozilla.com/firefox" +HOMEPAGE="https://www.mozilla.com/firefox" KEYWORDS="~amd64 ~x86" @@ -42,7 +42,6 @@ LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="bindist eme-free geckodriver +gmp-autoupdate hardened hwaccel jack +screenshot selinux test" RESTRICT="!bindist? ( bindist )" -SRCHASH=239e434d6d2b8e1e2b697c3416d1e96d48fe98e5 SDIR="release" [[ ${PV} = *_beta* ]] && SDIR="beta" @@ -223,9 +222,6 @@ src_configure() { mozconfig_use_enable hardened hardening fi - # Only available on mozilla-overlay for experimentation -- Removed in Gentoo repo per bug 571180 - #use egl && mozconfig_annotate 'Enable EGL as GL provider' --with-gl-provider=EGL - # Disable built-in ccache support to avoid sandbox violation, #665420 # Use FEATURES=ccache instead! mozconfig_annotate '' --without-ccache |