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.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 C5728158086 for ; Sun, 31 Oct 2021 00:19:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AE86E0877; Sun, 31 Oct 2021 00:19:51 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFB7AE0877 for ; Sun, 31 Oct 2021 00:19:50 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A958234341A for ; Sun, 31 Oct 2021 00:19:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F00B41AE for ; Sun, 31 Oct 2021 00:19:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635639564.c639d3963ccf2a12207fad765f40e80503854c91.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-0.33.1-r1.ebuild media-video/mpv/mpv-0.33.1-r2.ebuild media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c639d3963ccf2a12207fad765f40e80503854c91 X-VCS-Branch: master Date: Sun, 31 Oct 2021 00:19:45 +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: 4b1a7883-ef26-42ca-ba1e-6398d8e9cbf0 X-Archives-Hash: 00a470a8684ffc64db55a015e1a4562e commit: c639d3963ccf2a12207fad765f40e80503854c91 Author: Matt Turner gentoo org> AuthorDate: Thu Jul 22 05:38:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 31 00:19:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c639d396 media-video/mpv: Set USE-defaults for mesa[egl,gbm] Signed-off-by: Matt Turner gentoo.org> Signed-off-by: Sam James gentoo.org> media-video/mpv/{mpv-0.33.1-r1.ebuild => mpv-0.33.1-r2.ebuild} | 2 +- media-video/mpv/mpv-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/mpv/mpv-0.33.1-r1.ebuild b/media-video/mpv/mpv-0.33.1-r2.ebuild similarity index 99% rename from media-video/mpv/mpv-0.33.1-r1.ebuild rename to media-video/mpv/mpv-0.33.1-r2.ebuild index dc6718aa359..6dc6afe6bc8 100644 --- a/media-video/mpv/mpv-0.33.1-r1.ebuild +++ b/media-video/mpv/mpv-0.33.1-r2.ebuild @@ -71,7 +71,7 @@ COMMON_DEPEND=" >=media-libs/libdvdnav-4.2.0:= >=media-libs/libdvdread-4.1.0:= ) - egl? ( media-libs/mesa[egl,gbm(-)?,wayland(-)?] ) + egl? ( media-libs/mesa[egl(+),gbm(+)?,wayland(-)?] ) gamepad? ( media-libs/libsdl2 ) iconv? ( virtual/libiconv diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index f65aba458d6..6cfe318953d 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -71,7 +71,7 @@ COMMON_DEPEND=" >=media-libs/libdvdnav-4.2.0:= >=media-libs/libdvdread-4.1.0:= ) - egl? ( media-libs/mesa[egl,gbm(-)?,wayland(-)?] ) + egl? ( media-libs/mesa[egl(+),gbm(+)?,wayland(-)?] ) gamepad? ( media-libs/libsdl2 ) iconv? ( virtual/libiconv