mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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@posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/43235 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
parent
e1584ae991
commit
33abf3880c
@ -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? (
|
||||
Loading…
x
Reference in New Issue
Block a user