diff options
author | 2024-06-16 12:01:39 +0200 | |
---|---|---|
committer | 2024-06-16 12:16:25 +0200 | |
commit | bc336dbf41f6352e6212022727c93996b76864a8 (patch) | |
tree | 4c999a75bd1777c4390806b42f4075d45b15a402 /media-sound/soundconverter | |
parent | media-gfx/eog-plugins: enable py3.12 (diff) | |
download | gentoo-bc336dbf41f6352e6212022727c93996b76864a8.tar.gz gentoo-bc336dbf41f6352e6212022727c93996b76864a8.tar.bz2 gentoo-bc336dbf41f6352e6212022727c93996b76864a8.zip |
media-sound/soundconverter: enable py3.12
Closes: https://bugs.gentoo.org/929671
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-sound/soundconverter')
-rw-r--r-- | media-sound/soundconverter/soundconverter-4.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/soundconverter/soundconverter-4.0.3.ebuild b/media-sound/soundconverter/soundconverter-4.0.3.ebuild index 3385a3f88ae1..a9c9d60dae78 100644 --- a/media-sound/soundconverter/soundconverter-4.0.3.ebuild +++ b/media-sound/soundconverter/soundconverter-4.0.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" inherit gnome2-utils distutils-r1 virtualx xdg |