Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/alacarte/
Date: Fri, 31 Dec 2021 14:25:27
Message-Id: 1640960709.dbe85740ce30d77685965423a5c07b9ca8f13240.leio@gentoo
1 commit: dbe85740ce30d77685965423a5c07b9ca8f13240
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 31 14:24:56 2021 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 31 14:25:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe85740
7
8 x11-misc/alacarte: enable py3.10
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 x11-misc/alacarte/alacarte-3.42.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-misc/alacarte/alacarte-3.42.0.ebuild b/x11-misc/alacarte/alacarte-3.42.0.ebuild
17 index 6ed197189c5b..62b1a5d3625f 100644
18 --- a/x11-misc/alacarte/alacarte-3.42.0.ebuild
19 +++ b/x11-misc/alacarte/alacarte-3.42.0.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI="6"
24 -PYTHON_COMPAT=( python3_{7..9} )
25 +PYTHON_COMPAT=( python3_{7..10} )
26 PYTHON_REQ_USE="xml"
27
28 inherit gnome2 python-single-r1