commit: 12130fc62c87dbd1c98b3bc7c70093ed223a68cc
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue May 25 19:00:16 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May 25 19:01:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12130fc6
x11-misc/alacarte: Add Python 3.9 support
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-misc/alacarte/alacarte-3.36.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/alacarte/alacarte-3.36.0.ebuild
b/x11-misc/alacarte/alacarte-3.36.0.ebuild
index 5a2ea11ced1..46c67df8409 100644
--- a/x11-misc/alacarte/alacarte-3.36.0.ebuild
+++ b/x11-misc/alacarte/alacarte-3.36.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
PYTHON_REQ_USE="xml"
inherit gnome2 python-single-r1