diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-01 16:09:40 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-01 16:15:19 +0200 |
commit | 8ce60b7057d95f618380acd9272df829ce3d8f62 (patch) | |
tree | 721613a84ac1d38067beb3d8f9a2fa25fc84c013 /net-irc | |
parent | sys-kernel/kergen: enable py3.10, py3.11 and disable py3.7 (diff) | |
download | gentoo-8ce60b7057d95f618380acd9272df829ce3d8f62.tar.gz gentoo-8ce60b7057d95f618380acd9272df829ce3d8f62.tar.bz2 gentoo-8ce60b7057d95f618380acd9272df829ce3d8f62.zip |
net-irc/quasselgrep: enable py3.10
Closes: https://bugs.gentoo.org/846137
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild b/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild index 9cf50473082b..257fb092f35d 100644 --- a/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild +++ b/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 optfeature |