From a7753b2d6b2df3c91cf36f588996c63d1b5c077e Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Sun, 20 Jul 2025 21:33:08 +0200 Subject: [PATCH] media-libs/opensubdiv: fix automagic dep on GLX Closes: https://bugs.gentoo.org/955626 Signed-off-by: Paul Zander Part-of: https://github.com/gentoo/gentoo/pull/43084 Signed-off-by: Sam James --- .../{opensubdiv-3.6.0-r3.ebuild => opensubdiv-3.6.0-r4.ebuild} | 2 ++ 1 file changed, 2 insertions(+) rename media-libs/opensubdiv/{opensubdiv-3.6.0-r3.ebuild => opensubdiv-3.6.0-r4.ebuild} (98%) diff --git a/media-libs/opensubdiv/opensubdiv-3.6.0-r3.ebuild b/media-libs/opensubdiv/opensubdiv-3.6.0-r4.ebuild similarity index 98% rename from media-libs/opensubdiv/opensubdiv-3.6.0-r3.ebuild rename to media-libs/opensubdiv/opensubdiv-3.6.0-r4.ebuild index 0948a66e60728..fcb05ef7cb6fe 100644 --- a/media-libs/opensubdiv/opensubdiv-3.6.0-r3.ebuild +++ b/media-libs/opensubdiv/opensubdiv-3.6.0-r4.ebuild @@ -36,6 +36,7 @@ BDEPEND=" python? ( ${PYTHON_DEPS} ) " +# opengl requires GLX, libglvnd[X] RDEPEND=" examples? ( opengl? ( @@ -44,6 +45,7 @@ RDEPEND=" ) ) ) + opengl? ( media-libs/libglvnd[X] ) opencl? ( virtual/opencl ) openmp? ( || ( sys-devel/gcc:*[openmp]