commit: 33abf3880cb0b0837744e4dca4915bd8af6528ec Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Wed Jul 30 18:00:07 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Thu Aug 14 21:21:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33abf388
media-video/subtitleeditor: enforce binary dependency on gtk x11 backend Hard depends on e.g. <gdk/gdkx.h> ``` * QA Notice: binaries depend on Gtk's x11-specific ABI without USE dep: * * /usr/bin/subtitleeditor ``` Closes: https://bugs.gentoo.org/958386 Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/43235 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> ...itleeditor-0.54.0_p5.ebuild => subtitleeditor-0.54.0_p5-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/subtitleeditor/subtitleeditor-0.54.0_p5.ebuild b/media-video/subtitleeditor/subtitleeditor-0.54.0_p5-r1.ebuild similarity index 96% rename from media-video/subtitleeditor/subtitleeditor-0.54.0_p5.ebuild rename to media-video/subtitleeditor/subtitleeditor-0.54.0_p5-r1.ebuild index 21f2d7e2a70d..0fc4309b1c5f 100644 --- a/media-video/subtitleeditor/subtitleeditor-0.54.0_p5.ebuild +++ b/media-video/subtitleeditor/subtitleeditor-0.54.0_p5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,7 +32,7 @@ RDEPEND=" media-libs/gst-plugins-good:1.0 media-libs/gstreamer:1.0 media-plugins/gst-plugins-meta:1.0 - x11-libs/gtk+:3 + x11-libs/gtk+:3[X] nls? ( virtual/libintl ) " # opengl? (
