diff options
author | Sam James <sam@gentoo.org> | 2020-12-16 06:07:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-16 06:08:10 +0000 |
commit | 510a70bb9cff7709a7faf09547a63e2b223180c3 (patch) | |
tree | 71dbd8f8e890dcf9876fd499a9015608ab37391b /media-video | |
parent | net-vpn/tailscale: adjust build with upstream recommendations (diff) | |
download | gentoo-510a70bb9cff7709a7faf09547a63e2b223180c3.tar.gz gentoo-510a70bb9cff7709a7faf09547a63e2b223180c3.tar.bz2 gentoo-510a70bb9cff7709a7faf09547a63e2b223180c3.zip |
Revert "media-video/obs-studio: python bump"
This reverts commit cf50e95244fe18f1f3c69aa025c2addd6e2a2bdc.
Unfortunately, obs-studio is genuinely not yet compatible
with newer Pythons - it uses Python directly via extensions
which are not yet working w/ 3.8+.
Bug: https://bugs.gentoo.org/754006
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/obs-studio/obs-studio-25.0.8-r1.ebuild | 2 | ||||
-rw-r--r-- | media-video/obs-studio/obs-studio-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/obs-studio/obs-studio-25.0.8-r1.ebuild b/media-video/obs-studio/obs-studio-25.0.8-r1.ebuild index 614dda2f9b43..8bdbdd3a6e49 100644 --- a/media-video/obs-studio/obs-studio-25.0.8-r1.ebuild +++ b/media-video/obs-studio/obs-studio-25.0.8-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 CMAKE_REMOVE_MODULES_LIST=( FindFreetype ) -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake-utils python-single-r1 xdg-utils diff --git a/media-video/obs-studio/obs-studio-9999.ebuild b/media-video/obs-studio/obs-studio-9999.ebuild index b0a065e2cfe1..c8ccd0308e53 100644 --- a/media-video/obs-studio/obs-studio-9999.ebuild +++ b/media-video/obs-studio/obs-studio-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 CMAKE_REMOVE_MODULES_LIST=( FindFreetype ) -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake-utils python-single-r1 xdg-utils |