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 B8C15139694 for ; Thu, 4 May 2017 16:28:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FDEEE0CED; Thu, 4 May 2017 16:28:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 030C7E0CED for ; Thu, 4 May 2017 16:28:36 +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 332153416C2 for ; Thu, 4 May 2017 16:28:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BACC77452 for ; Thu, 4 May 2017 16:28:31 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1493915262.d363da6d4bb4f0e119aeeb476859078689a78f8f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d363da6d4bb4f0e119aeeb476859078689a78f8f X-VCS-Branch: master Date: Thu, 4 May 2017 16:28:31 +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-Archives-Salt: 7dcd3ca1-2c78-4bdd-a2fc-82d06e498d99 X-Archives-Hash: 8cab9f27ef07083072483a705a88ac2a commit: d363da6d4bb4f0e119aeeb476859078689a78f8f Author: Ilya Tumaykin gmail com> AuthorDate: Thu Apr 27 19:59:45 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu May 4 16:27:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d363da6d media-video/mpv: adjust opengl dependency in 9999 We no longer need virtual/opengl for anything, but X. Gentoo-bug: 614990 Upstream-commit: eb83ee4a4a03269ac6de296c9a1c01f68bb2e835 Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-video/mpv/mpv-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 5ef99916879..d49580361cb 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -87,12 +87,8 @@ COMMON_DEPEND=" luajit? ( dev-lang/luajit:2 ) ) openal? ( >=media-libs/openal-1.13 ) - opengl? ( X? ( virtual/opengl ) ) pulseaudio? ( media-sound/pulseaudio ) - raspberry-pi? ( - >=media-libs/raspberrypi-userland-0_pre20160305-r1 - virtual/opengl - ) + raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 ) rubberband? ( >=media-libs/rubberband-1.8.0 ) samba? ( net-fs/samba[smbclient(+)] ) sdl? ( media-libs/libsdl2[sound,threads,video] ) @@ -109,7 +105,10 @@ COMMON_DEPEND=" x11-libs/libXext x11-libs/libXinerama x11-libs/libXrandr - opengl? ( x11-libs/libXdamage ) + opengl? ( + x11-libs/libXdamage + virtual/opengl + ) xv? ( x11-libs/libXv ) ) "