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 3AA0C1581D3 for ; Thu, 23 May 2024 16:10:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6BF72BC01C; Thu, 23 May 2024 16:10:07 +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 8C14B2BC01C for ; Thu, 23 May 2024 16:10:07 +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 A3F6A342F94 for ; Thu, 23 May 2024 16:10:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E38521B3F for ; Thu, 23 May 2024 16:10:03 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1716480597.5e211e1365aa59ecea277694f526454ebb1baee2.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/cogl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/cogl/cogl-1.22.8-r2.ebuild media-libs/cogl/cogl-1.22.8-r3.ebuild X-VCS-Directories: media-libs/cogl/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5e211e1365aa59ecea277694f526454ebb1baee2 X-VCS-Branch: master Date: Thu, 23 May 2024 16:10:03 +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: 8a8d4fa6-484b-45fc-9993-b3e1e1372f79 X-Archives-Hash: c3f83080e3dcb50dcc7b99cd78c8a469 commit: 5e211e1365aa59ecea277694f526454ebb1baee2 Author: Matt Turner gentoo org> AuthorDate: Thu May 23 15:50:48 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu May 23 16:09:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e211e13 media-libs/cogl: Depend on libglvnd, not mesa Signed-off-by: Matt Turner gentoo.org> media-libs/cogl/{cogl-1.22.8-r2.ebuild => cogl-1.22.8-r3.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/cogl/cogl-1.22.8-r2.ebuild b/media-libs/cogl/cogl-1.22.8-r3.ebuild similarity index 96% rename from media-libs/cogl/cogl-1.22.8-r2.ebuild rename to media-libs/cogl/cogl-1.22.8-r3.ebuild index 0c83744bddad..2e14d455e659 100644 --- a/media-libs/cogl/cogl-1.22.8-r2.ebuild +++ b/media-libs/cogl/cogl-1.22.8-r3.ebuild @@ -36,20 +36,20 @@ DEPEND=" >=x11-libs/libXfixes-3 >=x11-libs/libXrandr-1.2 virtual/opengl - gles2? ( media-libs/mesa[gles2] ) + gles2? ( media-libs/libglvnd ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) introspection? ( >=dev-libs/gobject-introspection-1.34.2:= ) kms? ( - media-libs/mesa[egl(+),gbm(+)] + media-libs/mesa[gbm(+)] x11-libs/libdrm:= ) pango? ( >=x11-libs/pango-1.20.0[introspection?] ) wayland? ( >=dev-libs/wayland-1.1.90 - media-libs/mesa[egl(+),wayland] + media-libs/mesa[wayland] ) " RDEPEND="${DEPEND}"