From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3B84059CAF for ; Wed, 6 Apr 2016 04:40:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0E54E08AE; Wed, 6 Apr 2016 04:40:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B5C1EE083A for ; Wed, 6 Apr 2016 04:40: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D632E340BF6 for ; Wed, 6 Apr 2016 04:39:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98ADD85D for ; Wed, 6 Apr 2016 04:39:56 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1459917579.b5f8d06ace565799e165001dbdb6a8b26be56e8e.idella4@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: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: b5f8d06ace565799e165001dbdb6a8b26be56e8e X-VCS-Branch: master Date: Wed, 6 Apr 2016 04:39:56 +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: ff69bc3c-5c8a-4a99-b5b5-4cce0119641b X-Archives-Hash: 7f467a9e10eb217718a296caadbae6d1 commit: b5f8d06ace565799e165001dbdb6a8b26be56e8e Author: Ilya Tumaykin gmail com> AuthorDate: Tue Apr 5 18:02:23 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed Apr 6 04:39:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f8d06a media-video/mpv: add missing mesa[egl,gles2] dep for RPI to 9999 Closes: https://github.com/gentoo/gentoo/pull/1201 Package-Manager: portage-2.2.28 Signed-off-by: Ian Delaney gentoo.org> media-video/mpv/mpv-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index d9f3781..05e7631 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -90,7 +90,10 @@ COMMON_DEPEND=" openal? ( >=media-libs/openal-1.13 ) opengl? ( !aqua? ( virtual/opengl ) ) pulseaudio? ( media-sound/pulseaudio ) - raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 ) + raspberry-pi? ( + >=media-libs/raspberrypi-userland-0_pre20160305-r1 + media-libs/mesa[egl,gles2] + ) rubberband? ( >=media-libs/rubberband-1.8.0 ) samba? ( net-fs/samba ) sdl? ( media-libs/libsdl2[sound,threads,video,X?,wayland?] )