Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/quex/
Date: Fri, 04 Feb 2022 19:29:15
Message-Id: 1644002940.b72f7be0928f9d137b6e27b7dfd85b5d7e9cd7b1.tupone@gentoo
1 commit: b72f7be0928f9d137b6e27b7dfd85b5d7e9cd7b1
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 19:29:00 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 19:29:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72f7be0
7
8 dev-python/quex: python3.10
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-python/quex/quex-0.71.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/quex/quex-0.71.2.ebuild b/dev-python/quex/quex-0.71.2.ebuild
17 index 661695ffa620..edb29663196e 100644
18 --- a/dev-python/quex/quex-0.71.2.ebuild
19 +++ b/dev-python/quex/quex-0.71.2.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=7
26
27 -PYTHON_COMPAT=( python3_9 )
28 +PYTHON_COMPAT=( python3_{9,10} )
29
30 inherit python-single-r1