commit: 05116025785ffe85472ecf6ffdcc7addd9ad5944 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Tue May 27 19:26:55 2025 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Wed May 28 22:04:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05116025
media-video/obs-studio: enable py3.14 As with previous bump upstream only support py3.12 however py3.14 works with my python scripts so enabling with same rule as applied with py3.13. Closes: https://github.com/gentoo/gentoo/pull/42289 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> media-video/obs-studio/obs-studio-31.0.3-r1.ebuild | 4 ++-- media-video/obs-studio/obs-studio-31.0.3.ebuild | 4 ++-- media-video/obs-studio/obs-studio-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-video/obs-studio/obs-studio-31.0.3-r1.ebuild b/media-video/obs-studio/obs-studio-31.0.3-r1.ebuild index 61bb3fbe3d67..0dcfed225c66 100644 --- a/media-video/obs-studio/obs-studio-31.0.3-r1.ebuild +++ b/media-video/obs-studio/obs-studio-31.0.3-r1.ebuild @@ -6,8 +6,8 @@ EAPI=8 CMAKE_REMOVE_MODULES_LIST=( FindFreetype ) LUA_COMPAT=( luajit ) # For the time being upstream supports up to Python 3.12 only. -# Any issues found with 3.13 should be reported as a Gentoo bug. -PYTHON_COMPAT=( python3_{10..13} ) +# Any issues found with 3.13+ should be reported as a Gentoo bug. +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake flag-o-matic lua-single optfeature python-single-r1 xdg diff --git a/media-video/obs-studio/obs-studio-31.0.3.ebuild b/media-video/obs-studio/obs-studio-31.0.3.ebuild index 3e44bcf494c9..93cdcde26266 100644 --- a/media-video/obs-studio/obs-studio-31.0.3.ebuild +++ b/media-video/obs-studio/obs-studio-31.0.3.ebuild @@ -6,8 +6,8 @@ EAPI=8 CMAKE_REMOVE_MODULES_LIST=( FindFreetype ) LUA_COMPAT=( luajit ) # For the time being upstream supports up to Python 3.12 only. -# Any issues found with 3.13 should be reported as a Gentoo bug. -PYTHON_COMPAT=( python3_{10..13} ) +# Any issues found with 3.13+ should be reported as a Gentoo bug. +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake flag-o-matic lua-single optfeature python-single-r1 xdg diff --git a/media-video/obs-studio/obs-studio-9999.ebuild b/media-video/obs-studio/obs-studio-9999.ebuild index 888e33bd3c58..e3eee4c9b378 100644 --- a/media-video/obs-studio/obs-studio-9999.ebuild +++ b/media-video/obs-studio/obs-studio-9999.ebuild @@ -6,8 +6,8 @@ EAPI=8 CMAKE_REMOVE_MODULES_LIST=( FindFreetype ) LUA_COMPAT=( luajit ) # For the time being upstream supports up to Python 3.12 only. -# Any issues found with 3.13 should be reported as a Gentoo bug. -PYTHON_COMPAT=( python3_{10..13} ) +# Any issues found with 3.13+ should be reported as a Gentoo bug. +PYTHON_COMPAT=( python3_{11..14} ) inherit cmake flag-o-matic lua-single optfeature python-single-r1 xdg
