From 12130fc62c87dbd1c98b3bc7c70093ed223a68cc Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 25 May 2021 12:00:16 -0700 Subject: [PATCH] x11-misc/alacarte: Add Python 3.9 support Signed-off-by: Matt Turner --- 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 5a2ea11ced139..46c67df8409b9 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