summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-05-25 12:00:16 -0700
committerMatt Turner <mattst88@gentoo.org>2021-05-25 12:01:08 -0700
commit12130fc62c87dbd1c98b3bc7c70093ed223a68cc (patch)
treec28a3b2a7aa547d459c20c3fd681d3c6b187f8c6
parentnet-im/empathy: Add Python 3.9 support (diff)
downloadgentoo-12130fc6.tar.gz
gentoo-12130fc6.tar.bz2
gentoo-12130fc6.zip
x11-misc/alacarte: Add Python 3.9 support
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-misc/alacarte/alacarte-3.36.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/alacarte/alacarte-3.36.0.ebuild b/x11-misc/alacarte/alacarte-3.36.0.ebuild
index 5a2ea11ced13..46c67df8409b 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