diff options
author | 2020-12-24 04:29:43 +0100 | |
---|---|---|
committer | 2020-12-24 09:48:01 +0100 | |
commit | 70d0feaddf89aa817c22bfe390fd10d63ab54a85 (patch) | |
tree | cfe009b55a189f3a141c31501b1c6716b74c4d28 /www-client/qutebrowser/qutebrowser-9999.ebuild | |
parent | dev-python/pypeg2: Add support python3.9 (diff) | |
download | gentoo-70d0feaddf89aa817c22bfe390fd10d63ab54a85.tar.gz gentoo-70d0feaddf89aa817c22bfe390fd10d63ab54a85.tar.bz2 gentoo-70d0feaddf89aa817c22bfe390fd10d63ab54a85.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18800
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-client/qutebrowser/qutebrowser-9999.ebuild')
-rw-r--r-- | www-client/qutebrowser/qutebrowser-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index da981f610aa3..a1932f04f051 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 |