diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2024-06-05 10:12:14 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-06-05 10:12:14 +0200 |
commit | 2f903b05431c43716be9c36139b2983c7c9ef9cd (patch) | |
tree | 6d465db4b1b902a3dd98f3788bceea13758481bf /media-sound | |
parent | dev-ml/logs: Span.to_us removed in mtime-2.0.0 (diff) | |
download | gentoo-2f903b05431c43716be9c36139b2983c7c9ef9cd.tar.gz gentoo-2f903b05431c43716be9c36139b2983c7c9ef9cd.tar.bz2 gentoo-2f903b05431c43716be9c36139b2983c7c9ef9cd.zip |
media-sound/lash: added python 3.12 & 3.13
Closes: https://bugs.gentoo.org/929662
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/lash/lash-0.5.4-r6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/lash/lash-0.5.4-r6.ebuild b/media-sound/lash/lash-0.5.4-r6.ebuild index 1ee913743360..3272948b6ecb 100644 --- a/media-sound/lash/lash-0.5.4-r6.ebuild +++ b/media-sound/lash/lash-0.5.4-r6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools multilib-minimal python-single-r1 |