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: Fri, 28 Sep 2018 21:13:07
Message-Id: 1538169142.af9298355290622e1ab2ec5253550e6b8196722a.whissi@gentoo
1 commit: af9298355290622e1ab2ec5253550e6b8196722a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 21:12:22 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 21:12:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af929835
7
8 www-client/firefox: define PYTHON_COMPAT in ebuild
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 www-client/firefox/firefox-60.2.0.ebuild | 5 ++++-
14 www-client/firefox/firefox-60.2.1-r1.ebuild | 3 +++
15 www-client/firefox/firefox-62.0-r1.ebuild | 4 ++--
16 3 files changed, 9 insertions(+), 3 deletions(-)
17
18 diff --git a/www-client/firefox/firefox-60.2.0.ebuild b/www-client/firefox/firefox-60.2.0.ebuild
19 index b32f7700abe..41fc75c69ea 100644
20 --- a/www-client/firefox/firefox-60.2.0.ebuild
21 +++ b/www-client/firefox/firefox-60.2.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -6,6 +6,9 @@ VIRTUALX_REQUIRED="pgo"
29 WANT_AUTOCONF="2.1"
30 MOZ_ESR="1"
31
32 +PYTHON_COMPAT=( python3_{5,6,7} )
33 +PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
34 +
35 # This list can be updated with scripts/get_langs.sh from the mozilla overlay
36 MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cak cs cy da de dsb
37 el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa ff fi fr fy-NL ga-IE
38
39 diff --git a/www-client/firefox/firefox-60.2.1-r1.ebuild b/www-client/firefox/firefox-60.2.1-r1.ebuild
40 index 36964cc42d0..ac27525a4e8 100644
41 --- a/www-client/firefox/firefox-60.2.1-r1.ebuild
42 +++ b/www-client/firefox/firefox-60.2.1-r1.ebuild
43 @@ -6,6 +6,9 @@ VIRTUALX_REQUIRED="pgo"
44 WANT_AUTOCONF="2.1"
45 MOZ_ESR="1"
46
47 +PYTHON_COMPAT=( python3_{5,6,7} )
48 +PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
49 +
50 # This list can be updated with scripts/get_langs.sh from the mozilla overlay
51 MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cak cs cy da de dsb
52 el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa ff fi fr fy-NL ga-IE
53
54 diff --git a/www-client/firefox/firefox-62.0-r1.ebuild b/www-client/firefox/firefox-62.0-r1.ebuild
55 index 61b4fa49493..836fdd49f2c 100644
56 --- a/www-client/firefox/firefox-62.0-r1.ebuild
57 +++ b/www-client/firefox/firefox-62.0-r1.ebuild
58 @@ -1,4 +1,4 @@
59 -# Copyright 1999-2018 Gentoo Foundation
60 +# Copyright 1999-2018 Gentoo Authors
61 # Distributed under the terms of the GNU General Public License v2
62
63 EAPI="6"
64 @@ -6,7 +6,7 @@ VIRTUALX_REQUIRED="pgo"
65 WANT_AUTOCONF="2.1"
66 MOZ_ESR=""
67
68 -PYTHON_COMPAT=( python3_{5,6} )
69 +PYTHON_COMPAT=( python3_{5,6,7} )
70 PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
71
72 # This list can be updated with scripts/get_langs.sh from the mozilla overlay