commit: 544985af8ca6b1cbbb42cece2e26c9a717f917c4 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Mon Oct 20 07:43:05 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Oct 20 11:06:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544985af
x11-misc/slop: make BDEPEND conditional on opengl USE flag find_package(GLX REQUIRED), which needs virtual/pkgconfig, is behind a SLOP_OPENGL guard. Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> Part-of: https://github.com/gentoo/gentoo/pull/44257 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> x11-misc/slop/slop-7.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/slop/slop-7.7-r1.ebuild b/x11-misc/slop/slop-7.7-r1.ebuild index 223ca60fe36c..5c6b2ef5d488 100644 --- a/x11-misc/slop/slop-7.7-r1.ebuild +++ b/x11-misc/slop/slop-7.7-r1.ebuild @@ -29,7 +29,7 @@ DEPEND=" media-libs/glm x11-base/xorg-proto " -BDEPEND="virtual/pkgconfig" +BDEPEND="opengl? ( virtual/pkgconfig )" PATCHES=( "${FILESDIR}"/${P}-cmake-min-ver-3.11.patch ) # bug 964438
