From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1557992-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id E0A28158089
	for <garchives@archives.gentoo.org>; Wed, 27 Sep 2023 10:25:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2F7172BC019;
	Wed, 27 Sep 2023 10:25:53 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0B3A12BC019
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Sep 2023 10:25:52 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id BE399335C87
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Sep 2023 10:25:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 05F5610AB
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Sep 2023 10:25:50 +0000 (UTC)
From: "Oliver Freyermuth" <o.freyermuth@googlemail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Oliver Freyermuth" <o.freyermuth@googlemail.com>
Message-ID: <1695810286.582e9022ea11bd4709badbf98d88b44edee2db6e.freyermuth@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/mpv-mpris/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: mpv-plugin/mpv-mpris/mpv-mpris-1.1.ebuild mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild
X-VCS-Directories: mpv-plugin/mpv-mpris/
X-VCS-Committer: freyermuth
X-VCS-Committer-Name: Oliver Freyermuth
X-VCS-Revision: 582e9022ea11bd4709badbf98d88b44edee2db6e
X-VCS-Branch: dev
Date: Wed, 27 Sep 2023 10:25:50 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 60de23bd-7ee7-4b4f-ad3f-f8a9922fecfc
X-Archives-Hash: 72fc62fde48405f3af481096197293d0

commit:     582e9022ea11bd4709badbf98d88b44edee2db6e
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Wed Sep 27 10:24:46 2023 +0000
Commit:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
CommitDate: Wed Sep 27 10:24:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=582e9022

mpv-plugin/mpv-mpris: add subslot dependency on media-video/ffmpeg

Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>

 mpv-plugin/mpv-mpris/mpv-mpris-1.1.ebuild  | 2 +-
 mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-1.1.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-1.1.ebuild
index fd71f78d4c..906a974c0d 100644
--- a/mpv-plugin/mpv-mpris/mpv-mpris-1.1.ebuild
+++ b/mpv-plugin/mpv-mpris/mpv-mpris-1.1.ebuild
@@ -22,7 +22,7 @@ IUSE="test"
 
 RDEPEND="
 	dev-libs/glib:2
-	media-video/ffmpeg
+	media-video/ffmpeg:=
 "
 DEPEND="${RDEPEND}"
 # temporary dep for tests on media-video/mpv due to https://github.com/mpv-player/mpv/pull/11468

diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild
index fd71f78d4c..906a974c0d 100644
--- a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild
+++ b/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild
@@ -22,7 +22,7 @@ IUSE="test"
 
 RDEPEND="
 	dev-libs/glib:2
-	media-video/ffmpeg
+	media-video/ffmpeg:=
 "
 DEPEND="${RDEPEND}"
 # temporary dep for tests on media-video/mpv due to https://github.com/mpv-player/mpv/pull/11468