commit: fa63fe3b18b94d81a2c219d78393410f5e1d14e9 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Jul 30 18:59:54 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Jul 30 19:00:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa63fe3b
media-tv/mythtv: enable py3.12 Closes: https://bugs.gentoo.org/929674 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> media-tv/mythtv/mythtv-33.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-tv/mythtv/mythtv-33.1-r1.ebuild b/media-tv/mythtv/mythtv-33.1-r1.ebuild index f2564d87e018..34c97cbba763 100644 --- a/media-tv/mythtv/mythtv-33.1-r1.ebuild +++ b/media-tv/mythtv/mythtv-33.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISABLE_AUTOFORMATTING="yes" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit edo flag-o-matic java-pkg-opt-2 java-ant-2 python-any-r1 inherit qmake-utils readme.gentoo-r1 systemd toolchain-funcs user-info
