Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/
Date: Sun, 30 Jan 2022 21:07:38
Message-Id: 1643576844.6c1b319aabf2d8f9ae527a2c3788bac0f4856917.mattst88@gentoo
1 commit: 6c1b319aabf2d8f9ae527a2c3788bac0f4856917
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 21:05:26 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 21:07:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c1b319a
7
8 dev-util/catalyst: Add Python 3.10 compatibility
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-util/catalyst/catalyst-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild
16 index 96c71919d029..003c1f3c2ac1 100644
17 --- a/dev-util/catalyst/catalyst-9999.ebuild
18 +++ b/dev-util/catalyst/catalyst-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -12,7 +12,7 @@ else
26 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
27 fi
28
29 -PYTHON_COMPAT=( python3_{8..9} )
30 +PYTHON_COMPAT=( python3_{8..10} )
31 DISTUTILS_USE_SETUPTOOLS=no
32
33 inherit distutils-r1 linux-info optfeature ${SRC_ECLASS}