From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1334992-garchives=archives.gentoo.org@lists.gentoo.org>
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 4E345158087
	for <garchives@archives.gentoo.org>; Sun, 31 Oct 2021 00:19:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3B830E0878;
	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 D9099E087E
	for <gentoo-commits@lists.gentoo.org>; 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 A94F2343417
	for <gentoo-commits@lists.gentoo.org>; Sun, 31 Oct 2021 00:19:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DD17E1AD
	for <gentoo-commits@lists.gentoo.org>; Sun, 31 Oct 2021 00:19:45 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1635639563.31fb014d5723d2adf356cca420fcb1dd7f29626a.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-tv/mythtv/mythtv-31.0-r5.ebuild media-tv/mythtv/mythtv-31.0-r6.ebuild media-tv/mythtv/mythtv-31.0_p20210731-r1.ebuild media-tv/mythtv/mythtv-31.0_p20210731.ebuild
X-VCS-Directories: media-tv/mythtv/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 31fb014d5723d2adf356cca420fcb1dd7f29626a
X-VCS-Branch: master
Date: Sun, 31 Oct 2021 00:19:45 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 0a6c57d2-101c-468f-a614-30acd21f0508
X-Archives-Hash: 818d277c5cb3f19731a6bf6ea3b67112

commit:     31fb014d5723d2adf356cca420fcb1dd7f29626a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 22 05:38:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 00:19:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31fb014d

media-tv/mythtv: Set USE-defaults for mesa[egl,gbm]

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-tv/mythtv/{mythtv-31.0-r5.ebuild => mythtv-31.0-r6.ebuild}        | 2 +-
 .../{mythtv-31.0_p20210731.ebuild => mythtv-31.0_p20210731-r1.ebuild}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-tv/mythtv/mythtv-31.0-r5.ebuild b/media-tv/mythtv/mythtv-31.0-r6.ebuild
similarity index 99%
rename from media-tv/mythtv/mythtv-31.0-r5.ebuild
rename to media-tv/mythtv/mythtv-31.0-r6.ebuild
index 45f316f6ed0..3c56430412b 100644
--- a/media-tv/mythtv/mythtv-31.0-r5.ebuild
+++ b/media-tv/mythtv/mythtv-31.0-r6.ebuild
@@ -69,7 +69,7 @@ RDEPEND="
 		media-libs/libdvdcss
 		sys-fs/udisks:2
 	)
-	egl? ( media-libs/mesa[egl] )
+	egl? ( media-libs/mesa[egl(+)] )
 	fftw? ( sci-libs/fftw:3.0=[threads] )
 	hdhomerun? ( media-libs/libhdhomerun )
 	ieee1394? (

diff --git a/media-tv/mythtv/mythtv-31.0_p20210731.ebuild b/media-tv/mythtv/mythtv-31.0_p20210731-r1.ebuild
similarity index 99%
rename from media-tv/mythtv/mythtv-31.0_p20210731.ebuild
rename to media-tv/mythtv/mythtv-31.0_p20210731-r1.ebuild
index 811cdfd2ce0..f7c55846404 100644
--- a/media-tv/mythtv/mythtv-31.0_p20210731.ebuild
+++ b/media-tv/mythtv/mythtv-31.0_p20210731-r1.ebuild
@@ -73,7 +73,7 @@ RDEPEND="
 		media-libs/libdvdcss
 		sys-fs/udisks:2
 	)
-	egl? ( media-libs/mesa[egl] )
+	egl? ( media-libs/mesa[egl(+)] )
 	fftw? ( sci-libs/fftw:3.0=[threads] )
 	hdhomerun? ( media-libs/libhdhomerun )
 	ieee1394? (