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 05C571581FB for ; Sun, 25 Aug 2024 15:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AFB9E2A28; Sun, 25 Aug 2024 15:44:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 31116E2A28 for ; Sun, 25 Aug 2024 15:44:14 +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 62270342FFE for ; Sun, 25 Aug 2024 15:44:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEE581EFA for ; Sun, 25 Aug 2024 15:44:11 +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: <1724600539.2540b94573649e1086d476b528973012ba64e91a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/opencascade/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/opencascade/opencascade-7.7.2-r1.ebuild sci-libs/opencascade/opencascade-7.8.1.ebuild sci-libs/opencascade/opencascade-9999.ebuild X-VCS-Directories: sci-libs/opencascade/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2540b94573649e1086d476b528973012ba64e91a X-VCS-Branch: master Date: Sun, 25 Aug 2024 15:44:11 +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: 3de3ed6e-755b-431a-954a-22fc947f3114 X-Archives-Hash: d1c29ccccf0f7a2d4856cfe611e54f64 commit: 2540b94573649e1086d476b528973012ba64e91a Author: Paul Zander gmail com> AuthorDate: Mon Aug 12 16:38:50 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 25 15:42:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2540b945 sci-libs/opencascade: fix missing libGL This is a due-diligence update of the dependency on media-libs/libglvnd. There are no other known reports of this issue outside of automated testing. Given that this ebuild already fails on systems where media-libs/libglvnd[X] isn't already pulled by other packages it seems to be the better choice to avoid the huge rebuild and refrain from rev-bumping. Closes: https://bugs.gentoo.org/936901 Signed-off-by: Paul Zander gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38121 Signed-off-by: Sam James gentoo.org> sci-libs/opencascade/opencascade-7.7.2-r1.ebuild | 5 ++++- sci-libs/opencascade/opencascade-7.8.1.ebuild | 5 ++++- sci-libs/opencascade/opencascade-9999.ebuild | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/sci-libs/opencascade/opencascade-7.7.2-r1.ebuild b/sci-libs/opencascade/opencascade-7.7.2-r1.ebuild index f3c88aa3ab89..ebb48f6acc7e 100644 --- a/sci-libs/opencascade/opencascade-7.7.2-r1.ebuild +++ b/sci-libs/opencascade/opencascade-7.7.2-r1.ebuild @@ -52,9 +52,12 @@ RDEPEND=" media-libs/fontconfig media-libs/freetype:2 ) - opengl? ( + gles2-only? ( media-libs/libglvnd ) + opengl? ( + media-libs/libglvnd[X] + ) X? ( x11-libs/libX11 ) diff --git a/sci-libs/opencascade/opencascade-7.8.1.ebuild b/sci-libs/opencascade/opencascade-7.8.1.ebuild index 94a2d018ce23..30e00b7a18a0 100644 --- a/sci-libs/opencascade/opencascade-7.8.1.ebuild +++ b/sci-libs/opencascade/opencascade-7.8.1.ebuild @@ -51,9 +51,12 @@ RDEPEND=" media-libs/fontconfig media-libs/freetype:2 ) - opengl? ( + gles2-only? ( media-libs/libglvnd ) + opengl? ( + media-libs/libglvnd[X] + ) X? ( x11-libs/libX11 ) diff --git a/sci-libs/opencascade/opencascade-9999.ebuild b/sci-libs/opencascade/opencascade-9999.ebuild index 3e9783394b53..aa6493d1b426 100644 --- a/sci-libs/opencascade/opencascade-9999.ebuild +++ b/sci-libs/opencascade/opencascade-9999.ebuild @@ -51,9 +51,12 @@ RDEPEND=" media-libs/fontconfig media-libs/freetype:2 ) - opengl? ( + gles2-only? ( media-libs/libglvnd ) + opengl? ( + media-libs/libglvnd[X] + ) X? ( x11-libs/libX11 )