diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-12-31 16:24:56 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-12-31 16:25:09 +0200 |
commit | dbe85740ce30d77685965423a5c07b9ca8f13240 (patch) | |
tree | 2e38295642b8eea5ab96f1622a6fab87f7d66350 /x11-misc/alacarte | |
parent | net-misc/yt-dlp: stabilize 2021.12.27 ALLARCHES (diff) | |
download | gentoo-dbe85740ce30d77685965423a5c07b9ca8f13240.tar.gz gentoo-dbe85740ce30d77685965423a5c07b9ca8f13240.tar.bz2 gentoo-dbe85740ce30d77685965423a5c07b9ca8f13240.zip |
x11-misc/alacarte: enable py3.10
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'x11-misc/alacarte')
-rw-r--r-- | x11-misc/alacarte/alacarte-3.42.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/alacarte/alacarte-3.42.0.ebuild b/x11-misc/alacarte/alacarte-3.42.0.ebuild index 6ed197189c5b..62b1a5d3625f 100644 --- a/x11-misc/alacarte/alacarte-3.42.0.ebuild +++ b/x11-misc/alacarte/alacarte-3.42.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) PYTHON_REQ_USE="xml" inherit gnome2 python-single-r1 |