diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-04 16:04:06 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-04 16:05:18 +0200 |
commit | 804b4ae8e8bb7817658b7dc9b6892376fb74bfa2 (patch) | |
tree | d6a2a4c593aba907e0a38a5616168ee721b96b8d /www-client/firefox | |
parent | net-libs/gupnp: Security cleanup (drop <1.2.3) (diff) | |
download | gentoo-804b4ae8e8bb7817658b7dc9b6892376fb74bfa2.tar.gz gentoo-804b4ae8e8bb7817658b7dc9b6892376fb74bfa2.tar.bz2 gentoo-804b4ae8e8bb7817658b7dc9b6892376fb74bfa2.zip |
www-client/firefox: require >Py3.6, again
Bug: https://bugs.gentoo.org/727110
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/firefox-78.3.1.ebuild | 2 | ||||
-rw-r--r-- | www-client/firefox/firefox-81.0.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-client/firefox/firefox-78.3.1.ebuild b/www-client/firefox/firefox-78.3.1.ebuild index 783a920e1757..7393ac574e62 100644 --- a/www-client/firefox/firefox-78.3.1.ebuild +++ b/www-client/firefox/firefox-78.3.1.ebuild @@ -7,7 +7,7 @@ FIREFOX_PATCHSET="firefox-esr-78-patches-02.tar.xz" LLVM_MAX_SLOT=11 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE="ncurses,sqlite,ssl" WANT_AUTOCONF="2.1" diff --git a/www-client/firefox/firefox-81.0.1.ebuild b/www-client/firefox/firefox-81.0.1.ebuild index 91b83e6df4f9..abcb74f221b4 100644 --- a/www-client/firefox/firefox-81.0.1.ebuild +++ b/www-client/firefox/firefox-81.0.1.ebuild @@ -7,7 +7,7 @@ FIREFOX_PATCHSET="firefox-81-patches-01.tar.xz" LLVM_MAX_SLOT=11 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE="ncurses,sqlite,ssl" WANT_AUTOCONF="2.1" |