From 4aefeef878d639027da1e155b47dacc04e484425 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Mon, 27 Jul 2026 11:32:33 +0200 Subject: [PATCH] x11-libs/libGLw: Needs to be rebuilt with motif subslot changes Closes: https://bugs.gentoo.org/977373 Signed-off-by: Pacho Ramos --- .../libGLw/{libGLw-8.0.0-r1.ebuild => libGLw-8.0.0-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename x11-libs/libGLw/{libGLw-8.0.0-r1.ebuild => libGLw-8.0.0-r2.ebuild} (92%) diff --git a/x11-libs/libGLw/libGLw-8.0.0-r1.ebuild b/x11-libs/libGLw/libGLw-8.0.0-r2.ebuild similarity index 92% rename from x11-libs/libGLw/libGLw-8.0.0-r1.ebuild rename to x11-libs/libGLw/libGLw-8.0.0-r2.ebuild index a834abdbe4fec..dd038c2271f55 100644 --- a/x11-libs/libGLw/libGLw-8.0.0-r1.ebuild +++ b/x11-libs/libGLw/libGLw-8.0.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ IUSE="+motif" RDEPEND=" x11-libs/libX11 x11-libs/libXt - x11-libs/motif:0 + x11-libs/motif:0= virtual/opengl" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig"