Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/alacarte/
Date: Tue, 25 May 2021 19:01:18
Message-Id: 1621969268.12130fc62c87dbd1c98b3bc7c70093ed223a68cc.mattst88@gentoo
1 commit: 12130fc62c87dbd1c98b3bc7c70093ed223a68cc
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 25 19:00:16 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 19:01:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12130fc6
7
8 x11-misc/alacarte: Add Python 3.9 support
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-misc/alacarte/alacarte-3.36.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-misc/alacarte/alacarte-3.36.0.ebuild b/x11-misc/alacarte/alacarte-3.36.0.ebuild
16 index 5a2ea11ced1..46c67df8409 100644
17 --- a/x11-misc/alacarte/alacarte-3.36.0.ebuild
18 +++ b/x11-misc/alacarte/alacarte-3.36.0.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="6"
23 -PYTHON_COMPAT=( python3_{7,8} )
24 +PYTHON_COMPAT=( python3_{7..9} )
25 PYTHON_REQ_USE="xml"
26
27 inherit gnome2 python-single-r1