commit: db6699685f9bd517e4f45cd0b3a54d78cf159116
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 10 20:40:52 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Aug 11 05:35:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db669968
dev-tcltk/togl: fix overly broad dependency on all mesa for libGL
We have libglvnd for this. The package has never used mesa, just -lX11
and -lGL and glx.h
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-tcltk/togl/{togl-2.0-r4.ebuild => togl-2.0-r5.ebuild} | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-tcltk/togl/togl-2.0-r4.ebuild
b/dev-tcltk/togl/togl-2.0-r5.ebuild
similarity index 92%
rename from dev-tcltk/togl/togl-2.0-r4.ebuild
rename to dev-tcltk/togl/togl-2.0-r5.ebuild
index 53f8118fae1d..1472c2a4f814 100644
--- a/dev-tcltk/togl/togl-2.0-r4.ebuild
+++ b/dev-tcltk/togl/togl-2.0-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,8 @@ IUSE="debug +threads"
RDEPEND="
dev-lang/tk:*
- media-libs/mesa[X]
+ media-libs/libglvnd[X]
+ x11-libs/libX11
x11-libs/libXmu"
DEPEND="${RDEPEND}"