diff options
author | 2020-01-07 12:18:06 -0600 | |
---|---|---|
committer | 2020-01-07 12:18:06 -0600 | |
commit | fc84e0fea28d53d8c98caaacea09237d8a1109bb (patch) | |
tree | 4444acd667b35568462fe8c9b28268fcf21b1771 /www-client | |
parent | dev-python/texttable: remove old (diff) | |
download | gentoo-fc84e0fea28d53d8c98caaacea09237d8a1109bb.tar.gz gentoo-fc84e0fea28d53d8c98caaacea09237d8a1109bb.tar.bz2 gentoo-fc84e0fea28d53d8c98caaacea09237d8a1109bb.zip |
www-client/firefox: Adjust PYTHON_COMPAT
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/firefox-72.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-72.0.ebuild b/www-client/firefox/firefox-72.0.ebuild index 27a6d5d65573..3b3594aa446c 100644 --- a/www-client/firefox/firefox-72.0.ebuild +++ b/www-client/firefox/firefox-72.0.ebuild @@ -6,7 +6,7 @@ VIRTUALX_REQUIRED="pgo" WANT_AUTOCONF="2.1" MOZ_ESR="" -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)' # This list can be updated with scripts/get_langs.sh from the mozilla overlay |