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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9214C13835A for ; Mon, 1 Mar 2021 16:42:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2414E086D; Mon, 1 Mar 2021 16:42:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BD22E086D for ; Mon, 1 Mar 2021 16:42:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AEBF0340F76 for ; Mon, 1 Mar 2021 16:42:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19E51533 for ; Mon, 1 Mar 2021 16:42:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614616964.c20946aa306d632e6dc9ea9fe0fc04b9081fd8d1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/turbovnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/turbovnc/turbovnc-2.2.6.ebuild X-VCS-Directories: net-misc/turbovnc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c20946aa306d632e6dc9ea9fe0fc04b9081fd8d1 X-VCS-Branch: master Date: Mon, 1 Mar 2021 16:42:53 +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: 87d3ce61-624c-4b1c-b63a-ae9f0b44ba6c X-Archives-Hash: 553475be436e38531c71250d755a02c6 commit: c20946aa306d632e6dc9ea9fe0fc04b9081fd8d1 Author: Sam James gentoo org> AuthorDate: Mon Mar 1 16:42:14 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 1 16:42:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20946aa net-misc/turbovnc: add slew of extra X11 deps In the standard configuration, these are all bundled. Closes: https://bugs.gentoo.org/773601 Signed-off-by: Sam James gentoo.org> net-misc/turbovnc/turbovnc-2.2.6.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net-misc/turbovnc/turbovnc-2.2.6.ebuild b/net-misc/turbovnc/turbovnc-2.2.6.ebuild index 65fa11ed308..a8390bb0b57 100644 --- a/net-misc/turbovnc/turbovnc-2.2.6.ebuild +++ b/net-misc/turbovnc/turbovnc-2.2.6.ebuild @@ -21,9 +21,14 @@ DEPEND=" sys-libs/zlib virtual/jdk:1.8 virtual/opengl + x11-libs/libfontenc x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp x11-libs/libXext x11-libs/libXfont2 + x11-libs/libxkbfile + x11-libs/pixman ssl? ( !gnutls? ( dev-libs/openssl:= ) gnutls? ( net-libs/gnutls:= )