From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1482775-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 9621B15800F
	for <garchives@archives.gentoo.org>; Wed,  1 Feb 2023 07:23:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CBAEBE0D40;
	Wed,  1 Feb 2023 07:23:23 +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 9CA0BE0D40
	for <gentoo-commits@lists.gentoo.org>; Wed,  1 Feb 2023 07:23:23 +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 9BC0833BF08
	for <gentoo-commits@lists.gentoo.org>; Wed,  1 Feb 2023 07:23:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 58C82897
	for <gentoo-commits@lists.gentoo.org>; Wed,  1 Feb 2023 07:23:20 +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: <1675236158.85c442167a9b5b8a2cd2802c509f78b40336209c.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-geosciences/grass/grass-8.2.0-r3.ebuild sci-geosciences/grass/grass-8.2.0-r4.ebuild sci-geosciences/grass/grass-8.2.0-r5.ebuild sci-geosciences/grass/grass-8.2.0-r6.ebuild sci-geosciences/grass/grass-9999.ebuild
X-VCS-Directories: sci-geosciences/grass/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 85c442167a9b5b8a2cd2802c509f78b40336209c
X-VCS-Branch: master
Date: Wed,  1 Feb 2023 07:23:20 +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: 4388d039-bb27-40ef-a5d5-1106301460d7
X-Archives-Hash: ec36cc3de96a30ca4270c433d351cad8

commit:     85c442167a9b5b8a2cd2802c509f78b40336209c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 07:22:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 07:22:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c44216

sci-geosciences/grass: fix x11-libs/cairo dep

Nothing should've actually needed opengl on, so let's drop the dep,
as it's almost certainly bogus.

Bug: https://bugs.gentoo.org/892782
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-geosciences/grass/{grass-8.2.0-r3.ebuild => grass-8.2.0-r5.ebuild} | 2 +-
 sci-geosciences/grass/{grass-8.2.0-r4.ebuild => grass-8.2.0-r6.ebuild} | 2 +-
 sci-geosciences/grass/grass-9999.ebuild                                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-geosciences/grass/grass-8.2.0-r3.ebuild b/sci-geosciences/grass/grass-8.2.0-r5.ebuild
similarity index 99%
rename from sci-geosciences/grass/grass-8.2.0-r3.ebuild
rename to sci-geosciences/grass/grass-8.2.0-r5.ebuild
index 314798b0e0ca..67c415a6fb83 100644
--- a/sci-geosciences/grass/grass-8.2.0-r3.ebuild
+++ b/sci-geosciences/grass/grass-8.2.0-r5.ebuild
@@ -72,7 +72,7 @@ RDEPEND="
 	truetype? ( media-libs/freetype:2 )
 	X? (
 		dev-python/wxpython:4.0
-		x11-libs/cairo[X,opengl?]
+		x11-libs/cairo[X]
 		x11-libs/libICE
 		x11-libs/libSM
 		x11-libs/libX11

diff --git a/sci-geosciences/grass/grass-8.2.0-r4.ebuild b/sci-geosciences/grass/grass-8.2.0-r6.ebuild
similarity index 99%
rename from sci-geosciences/grass/grass-8.2.0-r4.ebuild
rename to sci-geosciences/grass/grass-8.2.0-r6.ebuild
index c3cb5275fec2..2439b5ce2439 100644
--- a/sci-geosciences/grass/grass-8.2.0-r4.ebuild
+++ b/sci-geosciences/grass/grass-8.2.0-r6.ebuild
@@ -74,7 +74,7 @@ RDEPEND="
 	truetype? ( media-libs/freetype:2 )
 	X? (
 		dev-python/wxpython:4.0
-		x11-libs/cairo[X,opengl?]
+		x11-libs/cairo[X]
 		x11-libs/libICE
 		x11-libs/libSM
 		x11-libs/libX11

diff --git a/sci-geosciences/grass/grass-9999.ebuild b/sci-geosciences/grass/grass-9999.ebuild
index 85b945b7a22b..ed97dc748c64 100644
--- a/sci-geosciences/grass/grass-9999.ebuild
+++ b/sci-geosciences/grass/grass-9999.ebuild
@@ -74,7 +74,7 @@ RDEPEND="
 	truetype? ( media-libs/freetype:2 )
 	X? (
 		dev-python/wxpython:4.0
-		x11-libs/cairo[X,opengl?]
+		x11-libs/cairo[X]
 		x11-libs/libICE
 		x11-libs/libSM
 		x11-libs/libX11