diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-10-17 14:55:35 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-10-17 23:58:48 +0300 |
commit | ad303817c9141e8c0c67afbfe5ecb29e10ea5e12 (patch) | |
tree | db0343851efeb1c31908db145f06d9a04e6ce66f /media-sound | |
parent | dev-util/gnome-builder: enable py3.10 (diff) | |
download | gentoo-ad303817c9141e8c0c67afbfe5ecb29e10ea5e12.tar.gz gentoo-ad303817c9141e8c0c67afbfe5ecb29e10ea5e12.tar.bz2 gentoo-ad303817c9141e8c0c67afbfe5ecb29e10ea5e12.zip |
media-sound/rhythmbox: enable py3.10
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/rhythmbox/rhythmbox-3.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/rhythmbox/rhythmbox-3.4.4.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.4.ebuild index 287b4eb83505..49b5d725a857 100644 --- a/media-sound/rhythmbox/rhythmbox-3.4.4.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.4.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml" inherit gnome2 python-single-r1 multilib virtualx |