From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F018A1382C5 for ; Tue, 22 Dec 2020 20:06:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 492F72BC061; Tue, 22 Dec 2020 20:06:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3212A2BC061 for ; Tue, 22 Dec 2020 20:06:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1D81340FE7 for ; Tue, 22 Dec 2020 20:06:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9468B4E for ; Tue, 22 Dec 2020 20:06:34 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1608667592.7a2827192e3d5edebecdacc268096963170eb3b0.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/obs-studio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/obs-studio/obs-studio-25.0.8-r1.ebuild media-video/obs-studio/obs-studio-25.0.8-r100.ebuild media-video/obs-studio/obs-studio-9999.ebuild X-VCS-Directories: media-video/obs-studio/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 7a2827192e3d5edebecdacc268096963170eb3b0 X-VCS-Branch: master Date: Tue, 22 Dec 2020 20:06:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf790c4f-b7c4-4640-b392-7675159ff459 X-Archives-Hash: aed58518654daaf0c5ed1236c8e73285 commit: 7a2827192e3d5edebecdacc268096963170eb3b0 Author: Rick Farina gentoo org> AuthorDate: Tue Dec 22 20:06:23 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Tue Dec 22 20:06:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a282719 media-video/obs-studio: revert python bump Apparently build testing wasn't enough https://bugs.gentoo.org/754006 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Rick Farina gentoo.org> media-video/obs-studio/obs-studio-25.0.8-r1.ebuild | 3 ++- media-video/obs-studio/obs-studio-25.0.8-r100.ebuild | 3 ++- media-video/obs-studio/obs-studio-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 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 fb513eaf987..19d4a9a037e 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,8 @@ EAPI=7 CMAKE_REMOVE_MODULES_LIST=( FindFreetype ) -PYTHON_COMPAT=( python3_{6,7,8,9} ) +# Does not work with 3.8+ https://bugs.gentoo.org/754006 +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake-utils python-single-r1 xdg-utils diff --git a/media-video/obs-studio/obs-studio-25.0.8-r100.ebuild b/media-video/obs-studio/obs-studio-25.0.8-r100.ebuild index 987e5a5a712..0032ba06fca 100644 --- a/media-video/obs-studio/obs-studio-25.0.8-r100.ebuild +++ b/media-video/obs-studio/obs-studio-25.0.8-r100.ebuild @@ -5,7 +5,8 @@ EAPI=7 CMAKE_REMOVE_MODULES_LIST=( FindFreetype ) LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{6,7,8,9} ) +# Does not work with 3.8+ https://bugs.gentoo.org/754006 +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake lua-single 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 e339c3ecdf0..481cfe79ce9 100644 --- a/media-video/obs-studio/obs-studio-9999.ebuild +++ b/media-video/obs-studio/obs-studio-9999.ebuild @@ -5,7 +5,8 @@ EAPI=7 CMAKE_REMOVE_MODULES_LIST=( FindFreetype ) LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{6,7,8,9} ) +# Does not work with 3.8+ https://bugs.gentoo.org/754006 +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake lua-single python-single-r1 xdg-utils