commit: d170c32b7697a979f99e51ac3738514a4a8dcb0c Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Wed Jul 30 21:15:59 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Sun Sep 7 20:25:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d170c32b
media-sound/rhythmbox: hard depend on gtk x11 backend The package does use the GDK_WINDOWING_X11 conditional, but not everyhwere ``` * QA Notice: binaries depend on Gtk's x11-specific ABI without USE dep: * * /usr/lib64/librhythmbox-core.so.10.0.0 * /usr/lib64/rhythmbox/plugins/cd-recorder/libcd-recorder.so ``` Closes: https://bugs.gentoo.org/960336 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> .../rhythmbox/{rhythmbox-3.4.7-r5.ebuild => rhythmbox-3.4.7-r6.ebuild} | 2 +- .../rhythmbox/{rhythmbox-3.4.8-r1.ebuild => rhythmbox-3.4.8-r2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/rhythmbox/rhythmbox-3.4.7-r5.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.7-r6.ebuild similarity index 98% rename from media-sound/rhythmbox/rhythmbox-3.4.7-r5.ebuild rename to media-sound/rhythmbox/rhythmbox-3.4.7-r6.ebuild index 9ec72a960a67..a35f159e680f 100644 --- a/media-sound/rhythmbox/rhythmbox-3.4.7-r5.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.4.7-r6.ebuild @@ -31,7 +31,7 @@ DEPEND=" >=dev-libs/gobject-introspection-0.10:= >=media-libs/gstreamer-1.4.0:1.0[introspection] >=media-libs/gst-plugins-base-1.4.0:1.0[introspection] - >=x11-libs/gtk+-3.20.0:3[introspection] + >=x11-libs/gtk+-3.20.0:3[X,introspection] dev-libs/json-glib >=dev-libs/libpeas-0.7.3:0[gtk] >=net-libs/libsoup-3.0.7:3.0 diff --git a/media-sound/rhythmbox/rhythmbox-3.4.8-r1.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.8-r2.ebuild similarity index 98% rename from media-sound/rhythmbox/rhythmbox-3.4.8-r1.ebuild rename to media-sound/rhythmbox/rhythmbox-3.4.8-r2.ebuild index 92bffdb9ed40..29c3d2b6bf66 100644 --- a/media-sound/rhythmbox/rhythmbox-3.4.8-r1.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.4.8-r2.ebuild @@ -31,7 +31,7 @@ DEPEND=" >=dev-libs/gobject-introspection-0.10:= >=media-libs/gstreamer-1.4.0:1.0[introspection] >=media-libs/gst-plugins-base-1.4.0:1.0[introspection] - >=x11-libs/gtk+-3.20.0:3[introspection] + >=x11-libs/gtk+-3.20.0:3[X,introspection] dev-libs/json-glib >=dev-libs/libpeas-0.7.3:0[gtk] >=net-libs/libsoup-3.0.7:3.0
