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 EB4251382C5 for ; Sat, 13 Jun 2020 01:30:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 185BEE08C3; Sat, 13 Jun 2020 01:30:34 +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 01075E08C3 for ; Sat, 13 Jun 2020 01:30:33 +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 B16B434EF86 for ; Sat, 13 Jun 2020 01:30:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2110A278 for ; Sat, 13 Jun 2020 01:30:27 +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: <1592011801.5690361135ffb707ca912c094d0c874afd1a66e4.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: 5690361135ffb707ca912c094d0c874afd1a66e4 X-VCS-Branch: dev Date: Sat, 13 Jun 2020 01:30:27 +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: c79bb9dd-6439-438d-9f93-481673bc28f7 X-Archives-Hash: 992a72e081b695d8de47a86a5b7d25d1 commit: 5690361135ffb707ca912c094d0c874afd1a66e4 Author: Oliver Freyermuth googlemail com> AuthorDate: Sat Jun 13 01:29:52 2020 +0000 Commit: Oliver Freyermuth googlemail com> CommitDate: Sat Jun 13 01:30:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56903611 media-video/mpv-mpris: move virtual/pkgconfig to BDEPEND 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 | 4 ++-- media-video/mpv-mpris/mpv-mpris-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild index f9abd91..0254241 100644 --- a/media-video/mpv-mpris/mpv-mpris-0.5.ebuild +++ b/media-video/mpv-mpris/mpv-mpris-0.5.ebuild @@ -18,10 +18,10 @@ SLOT="0" LICENSE="MIT" IUSE="+autoload" +BDEPEND="virtual/pkgconfig" RDEPEND="media-video/mpv:=[cplugins,libmpv] dev-libs/glib" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" DOCS=( README.md diff --git a/media-video/mpv-mpris/mpv-mpris-9999.ebuild b/media-video/mpv-mpris/mpv-mpris-9999.ebuild index f9abd91..0254241 100644 --- a/media-video/mpv-mpris/mpv-mpris-9999.ebuild +++ b/media-video/mpv-mpris/mpv-mpris-9999.ebuild @@ -18,10 +18,10 @@ SLOT="0" LICENSE="MIT" IUSE="+autoload" +BDEPEND="virtual/pkgconfig" RDEPEND="media-video/mpv:=[cplugins,libmpv] dev-libs/glib" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" DOCS=( README.md