summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Seren <guillaumeseren@gmail.com>2020-12-24 04:29:43 +0100
committerMichał Górny <mgorny@gentoo.org>2020-12-24 09:48:01 +0100
commit70d0feaddf89aa817c22bfe390fd10d63ab54a85 (patch)
treecfe009b55a189f3a141c31501b1c6716b74c4d28 /www-client/qutebrowser
parentdev-python/pypeg2: Add support python3.9 (diff)
downloadgentoo-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')
-rw-r--r--www-client/qutebrowser/qutebrowser-1.14.1.ebuild2
-rw-r--r--www-client/qutebrowser/qutebrowser-9999.ebuild2
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 2b939071df40..259f9bb5ed56 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 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