diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-30 03:41:54 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-30 03:41:54 +0200 |
commit | cea19ee6d465f4d9c27f8a9eb96fdbbf49e290b3 (patch) | |
tree | f245d2d8ebee0e34f1f93e611a13796e052dbf7b /www-client | |
parent | dev-perl/Archive-Zip: Bump to version 1.640.0 (diff) | |
download | gentoo-cea19ee6d465f4d9c27f8a9eb96fdbbf49e290b3.tar.gz gentoo-cea19ee6d465f4d9c27f8a9eb96fdbbf49e290b3.tar.bz2 gentoo-cea19ee6d465f4d9c27f8a9eb96fdbbf49e290b3.zip |
www-client/firefox: update PYTHON_REQ_USE for Python 3.7
Closes: https://bugs.gentoo.org/667326
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.0.ebuild | 2 | ||||
-rw-r--r-- | www-client/firefox/firefox-60.2.1-r1.ebuild | 2 | ||||
-rw-r--r-- | www-client/firefox/firefox-62.0-r1.ebuild | 2 | ||||
-rw-r--r-- | www-client/firefox/firefox-62.0.2.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/www-client/firefox/firefox-60.2.0.ebuild b/www-client/firefox/firefox-60.2.0.ebuild index 41fc75c69ea9..ba70aed601c2 100644 --- a/www-client/firefox/firefox-60.2.0.ebuild +++ b/www-client/firefox/firefox-60.2.0.ebuild @@ -7,7 +7,7 @@ WANT_AUTOCONF="2.1" MOZ_ESR="1" PYTHON_COMPAT=( python3_{5,6,7} ) -PYTHON_REQ_USE='ncurses,sqlite,ssl,threads' +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 as ast az bg bn-BD bn-IN br bs ca cak cs cy da de dsb diff --git a/www-client/firefox/firefox-60.2.1-r1.ebuild b/www-client/firefox/firefox-60.2.1-r1.ebuild index ac27525a4e80..944c98fcc47a 100644 --- a/www-client/firefox/firefox-60.2.1-r1.ebuild +++ b/www-client/firefox/firefox-60.2.1-r1.ebuild @@ -7,7 +7,7 @@ WANT_AUTOCONF="2.1" MOZ_ESR="1" PYTHON_COMPAT=( python3_{5,6,7} ) -PYTHON_REQ_USE='ncurses,sqlite,ssl,threads' +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 as ast az bg bn-BD bn-IN br bs ca cak cs cy da de dsb diff --git a/www-client/firefox/firefox-62.0-r1.ebuild b/www-client/firefox/firefox-62.0-r1.ebuild index 836fdd49f2ce..86d4ef268904 100644 --- a/www-client/firefox/firefox-62.0-r1.ebuild +++ b/www-client/firefox/firefox-62.0-r1.ebuild @@ -7,7 +7,7 @@ WANT_AUTOCONF="2.1" MOZ_ESR="" PYTHON_COMPAT=( python3_{5,6,7} ) -PYTHON_REQ_USE='ncurses,sqlite,ssl,threads' +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 as ast az bg bn-BD bn-IN br bs ca cak cs cy da de dsb diff --git a/www-client/firefox/firefox-62.0.2.ebuild b/www-client/firefox/firefox-62.0.2.ebuild index bee2af624194..fa5d585375ba 100644 --- a/www-client/firefox/firefox-62.0.2.ebuild +++ b/www-client/firefox/firefox-62.0.2.ebuild @@ -7,7 +7,7 @@ WANT_AUTOCONF="2.1" MOZ_ESR="" PYTHON_COMPAT=( python3_{5,6,7} ) -PYTHON_REQ_USE='ncurses,sqlite,ssl,threads' +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 as ast az bg bn-BD bn-IN br bs ca cak cs cy da de dsb |