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 200611382C5 for ; Tue, 2 Jun 2020 17:06:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C8D7E0866; Tue, 2 Jun 2020 17:06:01 +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 0455BE0866 for ; Tue, 2 Jun 2020 17:06:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 96A4834DDF2 for ; Tue, 2 Jun 2020 17:05:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47C3B259 for ; Tue, 2 Jun 2020 17:05:57 +0000 (UTC) From: "Oliver Freyermuth" 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" Message-ID: <1591117553.9ef79e7cec50c7f1bb959cc797f31a313916d3dd.freyermuth@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/mpv-mpris/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/mpv-mpris/mpv-mpris-0.5.ebuild media-video/mpv-mpris/mpv-mpris-9999.ebuild X-VCS-Directories: media-video/mpv-mpris/ X-VCS-Committer: freyermuth X-VCS-Committer-Name: Oliver Freyermuth X-VCS-Revision: 9ef79e7cec50c7f1bb959cc797f31a313916d3dd X-VCS-Branch: dev Date: Tue, 2 Jun 2020 17:05:57 +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: 1b9891d7-b196-4f1b-9fe3-de614c845a6f X-Archives-Hash: 65b21ea2dd3f739a577d19a86e0dc1e4 commit: 9ef79e7cec50c7f1bb959cc797f31a313916d3dd Author: Oliver Freyermuth googlemail com> AuthorDate: Tue Jun 2 17:05:53 2020 +0000 Commit: Oliver Freyermuth googlemail com> CommitDate: Tue Jun 2 17:05:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ef79e7c media-video/mpv-mpris: Fix missing dep on media-video/mpv[libmpv]. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Oliver Freyermuth googlemail.com> media-video/mpv-mpris/mpv-mpris-0.5.ebuild | 2 +- media-video/mpv-mpris/mpv-mpris-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild index 290300d..f9abd91 100644 --- a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild +++ b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild @@ -18,7 +18,7 @@ SLOT="0" LICENSE="MIT" IUSE="+autoload" -RDEPEND="media-video/mpv:=[cplugins] +RDEPEND="media-video/mpv:=[cplugins,libmpv] dev-libs/glib" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/media-video/mpv-mpris/mpv-mpris-9999.ebuild b/media-video/mpv-mpris/mpv-mpris-9999.ebuild index 290300d..f9abd91 100644 --- a/media-video/mpv-mpris/mpv-mpris-9999.ebuild +++ b/media-video/mpv-mpris/mpv-mpris-9999.ebuild @@ -18,7 +18,7 @@ SLOT="0" LICENSE="MIT" IUSE="+autoload" -RDEPEND="media-video/mpv:=[cplugins] +RDEPEND="media-video/mpv:=[cplugins,libmpv] dev-libs/glib" DEPEND="${RDEPEND} virtual/pkgconfig"