commit: 70d0feaddf89aa817c22bfe390fd10d63ab54a85 Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com> AuthorDate: Thu Dec 24 03:29:43 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Dec 24 08:48:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d0fead
www-client/qutebrowser: Add support python3.9 Closes: https://bugs.gentoo.org/760851 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18800 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> www-client/qutebrowser/qutebrowser-1.14.1.ebuild | 2 +- www-client/qutebrowser/qutebrowser-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/qutebrowser/qutebrowser-1.14.1.ebuild b/www-client/qutebrowser/qutebrowser-1.14.1.ebuild index 2b939071df4..259f9bb5ed5 100644 --- a/www-client/qutebrowser/qutebrowser-1.14.1.ebuild +++ b/www-client/qutebrowser/qutebrowser-1.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS="rdepend" inherit desktop distutils-r1 optfeature xdg-utils diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index da981f610aa..a1932f04f05 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS="rdepend" inherit desktop distutils-r1 optfeature xdg-utils
