diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2024-06-03 20:36:20 +0200 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2024-06-03 21:51:12 +0200 |
commit | 445985fdcac36506165a89cd20ea9e00286b736f (patch) | |
tree | da6badf95171cd94f3643e1e1c03c1ae7560f8aa /media-sound/puddletag | |
parent | sys-fs/btrfs-progs: drop python support (diff) | |
download | gentoo-445985fdcac36506165a89cd20ea9e00286b736f.tar.gz gentoo-445985fdcac36506165a89cd20ea9e00286b736f.tar.bz2 gentoo-445985fdcac36506165a89cd20ea9e00286b736f.zip |
media-sound/puddletag: enable py3.12
Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
Diffstat (limited to 'media-sound/puddletag')
-rw-r--r-- | media-sound/puddletag/puddletag-2.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/puddletag/puddletag-2.3.0.ebuild b/media-sound/puddletag/puddletag-2.3.0.ebuild index c18430c3b2ce..3146bba17966 100644 --- a/media-sound/puddletag/puddletag-2.3.0.ebuild +++ b/media-sound/puddletag/puddletag-2.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10,11} ) +PYTHON_COMPAT=( python3_{10,11,12} ) inherit distutils-r1 xdg |