From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1002B1581E1 for ; Wed, 4 Dec 2024 18:10:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5730DE08BB; Wed, 4 Dec 2024 18:10:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E95C9E07EE for ; Wed, 4 Dec 2024 18:10:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F2A2340C33 for ; Wed, 4 Dec 2024 18:10:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C61C81E52 for ; Wed, 4 Dec 2024 18:10:41 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1733335835.529bd30361489d2557f8476c3530bbd0f5f2e58e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gtk-vnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild X-VCS-Directories: net-libs/gtk-vnc/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 529bd30361489d2557f8476c3530bbd0f5f2e58e X-VCS-Branch: master Date: Wed, 4 Dec 2024 18:10:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0ed865d5-6047-44a3-acf4-73421076fed0 X-Archives-Hash: 94c835eae97be81323a199c3c762950f commit: 529bd30361489d2557f8476c3530bbd0f5f2e58e Author: Michel Ganguin (Github key) ganguin net> AuthorDate: Sun Oct 27 15:05:05 2024 +0000 Commit: Joonas Niilola gentoo 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) ganguin.net> Closes: https://github.com/gentoo/gentoo/pull/39131 Signed-off-by: Joonas Niilola 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:= ) "