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/
Date: Thu, 27 Sep 2018 16:24:16
Message-Id: 1538065155.55f985d9f6b413e540d8b83b6041340412ab8380.whissi@gentoo
1 commit: 55f985d9f6b413e540d8b83b6041340412ab8380
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 15:43:16 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 16:19:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f985d9
7
8 www-client/firefox: rev bump to force rebuild against updated eclass
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 .../firefox/{firefox-60.2.1.ebuild => firefox-60.2.1-r1.ebuild} | 8 ++------
14 1 file changed, 2 insertions(+), 6 deletions(-)
15
16 diff --git a/www-client/firefox/firefox-60.2.1.ebuild b/www-client/firefox/firefox-60.2.1-r1.ebuild
17 similarity index 97%
18 rename from www-client/firefox/firefox-60.2.1.ebuild
19 rename to www-client/firefox/firefox-60.2.1-r1.ebuild
20 index 82115473965..142e976023d 100644
21 --- a/www-client/firefox/firefox-60.2.1.ebuild
22 +++ b/www-client/firefox/firefox-60.2.1-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -33,7 +33,7 @@ inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils llvm \
30 mozconfig-v6.60 pax-utils xdg-utils autotools mozlinguas-v2
31
32 DESCRIPTION="Firefox Web Browser"
33 -HOMEPAGE="http://www.mozilla.com/firefox"
34 +HOMEPAGE="https://www.mozilla.com/firefox"
35
36 KEYWORDS="~amd64 ~x86"
37
38 @@ -42,7 +42,6 @@ LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
39 IUSE="bindist eme-free geckodriver +gmp-autoupdate hardened hwaccel jack +screenshot selinux test"
40 RESTRICT="!bindist? ( bindist )"
41
42 -SRCHASH=239e434d6d2b8e1e2b697c3416d1e96d48fe98e5
43 SDIR="release"
44 [[ ${PV} = *_beta* ]] && SDIR="beta"
45
46 @@ -223,9 +222,6 @@ src_configure() {
47 mozconfig_use_enable hardened hardening
48 fi
49
50 - # Only available on mozilla-overlay for experimentation -- Removed in Gentoo repo per bug 571180
51 - #use egl && mozconfig_annotate 'Enable EGL as GL provider' --with-gl-provider=EGL
52 -
53 # Disable built-in ccache support to avoid sandbox violation, #665420
54 # Use FEATURES=ccache instead!
55 mozconfig_annotate '' --without-ccache