Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-distutils-extra/
Date: Thu, 01 Jul 2021 21:16:09
Message-Id: 1625174145.d17f5539606bd893ea91b436e6264a7ad8a10d12.conikost@gentoo
1 commit: d17f5539606bd893ea91b436e6264a7ad8a10d12
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 1 21:10:47 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 21:15:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d17f5539
7
8 dev-python/python-distutils-extra: add python3.10 support
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild
17 index db1a7cf9117..6bf58c5b880 100644
18 --- a/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild
19 +++ b/dev-python/python-distutils-extra/python-distutils-extra-2.45.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26 inherit distutils-r1
27
28 DESCRIPTION="Gettext support, themed icons and scrollkeeper-based documentation in distutils"