Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quasselgrep/
Date: Wed, 01 Jun 2022 14:15:42
Message-Id: 1654092919.8ce60b7057d95f618380acd9272df829ce3d8f62.jsmolic@gentoo
1 commit: 8ce60b7057d95f618380acd9272df829ce3d8f62
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 1 14:09:40 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 14:15:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce60b70
7
8 net-irc/quasselgrep: enable py3.10
9
10 Closes: https://bugs.gentoo.org/846137
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild b/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild
17 index 9cf50473082b..257fb092f35d 100644
18 --- a/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild
19 +++ b/net-irc/quasselgrep/quasselgrep-0_p20200830.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26
27 -PYTHON_COMPAT=( python3_{8..9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29 PYTHON_REQ_USE="sqlite"
30
31 inherit distutils-r1 optfeature