diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-31 09:06:22 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-31 09:17:05 +0200 |
commit | e74a9c76613a7fc322f854c863ee7df37360ba36 (patch) | |
tree | 97733aedcf748c704a551c96c9f17d8d0c72cab4 /app-misc | |
parent | dev-ml/camlidl: use cpp from make.conf (diff) | |
download | gentoo-e74a9c76613a7fc322f854c863ee7df37360ba36.tar.gz gentoo-e74a9c76613a7fc322f854c863ee7df37360ba36.tar.bz2 gentoo-e74a9c76613a7fc322f854c863ee7df37360ba36.zip |
app-misc/media-player-info: enable py3.12
Closes: https://bugs.gentoo.org/929337
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/media-player-info/media-player-info-24-r1.ebuild | 4 |
1 files 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" |