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 D2D47138359 for ; Mon, 10 Aug 2020 20:55:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23EBAE084A; Mon, 10 Aug 2020 20:55:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0F72CE084A for ; Mon, 10 Aug 2020 20:55:24 +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 2606934EFFF for ; Mon, 10 Aug 2020 20:55:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92C0C30A for ; Mon, 10 Aug 2020 20:55:21 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1597092918.ee1fe67c7a6787db20b3fac5c6cc34b44db20fa0.polynomial-c@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-9999.ebuild X-VCS-Directories: media-video/obs-studio/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: ee1fe67c7a6787db20b3fac5c6cc34b44db20fa0 X-VCS-Branch: master Date: Mon, 10 Aug 2020 20:55:21 +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: ee780b16-2e04-4721-b058-8d022f1ba413 X-Archives-Hash: d20e558a9a73f88ddbd024ead8a3a946 commit: ee1fe67c7a6787db20b3fac5c6cc34b44db20fa0 Author: Lars Wendler gentoo org> AuthorDate: Mon Aug 10 20:54:21 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Aug 10 20:55:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1fe67c media-video/obs-studio: Added sub-slot dep for media-libs/x264 Committed with kind permission from Chiitoo Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Lars Wendler gentoo.org> media-video/obs-studio/obs-studio-25.0.8-r1.ebuild | 2 +- 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 56761ed95a4..8bdbdd3a6e4 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 @@ -42,7 +42,7 @@ DEPEND=" dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 - media-libs/x264 + media-libs/x264:= media-video/ffmpeg:=[x264] net-misc/curl sys-apps/dbus diff --git a/media-video/obs-studio/obs-studio-9999.ebuild b/media-video/obs-studio/obs-studio-9999.ebuild index 52c2c2e7f3b..c8ccd0308e5 100644 --- a/media-video/obs-studio/obs-studio-9999.ebuild +++ b/media-video/obs-studio/obs-studio-9999.ebuild @@ -42,7 +42,7 @@ DEPEND=" dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 dev-qt/qtxml:5 - media-libs/x264 + media-libs/x264:= media-video/ffmpeg:=[x264] net-misc/curl sys-apps/dbus