commit: 529bd30361489d2557f8476c3530bbd0f5f2e58e Author: Michel Ganguin (Github key) <michel <AT> ganguin <DOT> net> AuthorDate: Sun Oct 27 15:05:05 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Dec 4 18:10:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529bd303
net-libs/gtk-vnc: x11 is optional The current ebuild depends on >=x11-libs/libX11-1.6.5 even with -X USE flag. The dependency should be guarded by X USE flag. Bug: https://bugs.gentoo.org/942356 Closes: https://bugs.gentoo.org/942356 Signed-off-by: Michel Ganguin (Github key) <michel <AT> ganguin.net> Closes: https://github.com/gentoo/gentoo/pull/39131 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild b/net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild index d213e26b981e..6e499a7d6a37 100644 --- a/net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND=" sasl? ( >=dev-libs/cyrus-sasl-2.1.27:2 ) >=x11-libs/gtk+-3.24.41-r1:3[introspection?,wayland?,X?] >=x11-libs/cairo-1.15.0 - >=x11-libs/libX11-1.6.5 + X? ( >=x11-libs/libX11-1.6.5 ) pulseaudio? ( media-libs/libpulse ) introspection? ( >=dev-libs/gobject-introspection-1.56.0:= ) "
