commit: e74a9c76613a7fc322f854c863ee7df37360ba36 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri May 31 07:06:22 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri May 31 07:17:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74a9c76
app-misc/media-player-info: enable py3.12 Closes: https://bugs.gentoo.org/929337 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-misc/media-player-info/media-player-info-24-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/media-player-info/media-player-info-24-r1.ebuild b/app-misc/media-player-info/media-player-info-24-r1.ebuild index 9dd9b9b825ea..b9ea52f19e83 100644 --- a/app-misc/media-player-info/media-player-info-24-r1.ebuild +++ b/app-misc/media-player-info/media-player-info-24-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit python-any-r1 udev DESCRIPTION="Repository of data files describing media player capabilities"