diff options
author | Michel Ganguin (Github key) <michel@ganguin.net> | 2024-10-27 16:05:05 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-12-04 20:10:35 +0200 |
commit | 529bd30361489d2557f8476c3530bbd0f5f2e58e (patch) | |
tree | a1ff59c6dccc115a0f72dd56b84497da70f46350 /net-libs | |
parent | dev-db/percona-toolkit: add 3.6.0 (diff) | |
download | gentoo-529bd30361489d2557f8476c3530bbd0f5f2e58e.tar.gz gentoo-529bd30361489d2557f8476c3530bbd0f5f2e58e.tar.bz2 gentoo-529bd30361489d2557f8476c3530bbd0f5f2e58e.zip |
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@ganguin.net>
Closes: https://github.com/gentoo/gentoo/pull/39131
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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:= ) " |