diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-05-25 12:00:16 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-05-25 12:01:08 -0700 |
commit | 12130fc62c87dbd1c98b3bc7c70093ed223a68cc (patch) | |
tree | c28a3b2a7aa547d459c20c3fd681d3c6b187f8c6 /x11-misc | |
parent | net-im/empathy: Add Python 3.9 support (diff) | |
download | gentoo-12130fc62c87dbd1c98b3bc7c70093ed223a68cc.tar.gz gentoo-12130fc62c87dbd1c98b3bc7c70093ed223a68cc.tar.bz2 gentoo-12130fc62c87dbd1c98b3bc7c70093ed223a68cc.zip |
x11-misc/alacarte: Add Python 3.9 support
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/alacarte/alacarte-3.36.0.ebuild | 2 |
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 |