commit: 804b4ae8e8bb7817658b7dc9b6892376fb74bfa2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sun Oct 4 14:04:06 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Oct 4 14:05:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804b4ae8
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 <AT> gentoo.org> www-client/firefox/firefox-78.3.1.ebuild | 2 +- 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 783a920e175..7393ac574e6 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 91b83e6df4f..abcb74f221b 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"
