Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mugshot/
Date: Thu, 01 Jul 2021 21:16:10
Message-Id: 1625174147.a932c3340ae87583c64f10b4c1a6afc28096ef73.conikost@gentoo
1 commit: a932c3340ae87583c64f10b4c1a6afc28096ef73
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 1 21:12:30 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 21:15:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a932c334
7
8 x11-misc/mugshot: 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 x11-misc/mugshot/mugshot-0.4.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-misc/mugshot/mugshot-0.4.3.ebuild b/x11-misc/mugshot/mugshot-0.4.3.ebuild
17 index 2504ff5e3d9..1b7d2a74654 100644
18 --- a/x11-misc/mugshot/mugshot-0.4.3.ebuild
19 +++ b/x11-misc/mugshot/mugshot-0.4.3.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 DISTUTILS_USE_SETUPTOOLS="no"
24 -PYTHON_COMPAT=( python3_{7..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit distutils-r1 gnome2-utils xdg-utils