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 8B08415807B for ; Sun, 27 Oct 2024 16:43:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0132E0815; Sun, 27 Oct 2024 16:43:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 86FB9E0815 for ; Sun, 27 Oct 2024 16:43:42 +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 7A2C53430FC for ; Sun, 27 Oct 2024 16:43:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0A73197F for ; Sun, 27 Oct 2024 16:43:39 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1730047411.3fe7c579bfd48d936d685993440c2aaf6c3fb8fc.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/tigervnc/tigervnc-9999.ebuild X-VCS-Directories: net-misc/tigervnc/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 3fe7c579bfd48d936d685993440c2aaf6c3fb8fc X-VCS-Branch: master Date: Sun, 27 Oct 2024 16:43:39 +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: faf545dd-9896-44a3-a246-23e2ba283af6 X-Archives-Hash: 13d294700ec5e641fc9b78a108840d50 commit: 3fe7c579bfd48d936d685993440c2aaf6c3fb8fc Author: Viorel Munteanu gentoo org> AuthorDate: Sun Oct 27 16:42:38 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun Oct 27 16:43:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe7c579 net-misc/tigervnc: sync live ebuild Signed-off-by: Viorel Munteanu gentoo.org> net-misc/tigervnc/tigervnc-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-misc/tigervnc/tigervnc-9999.ebuild b/net-misc/tigervnc/tigervnc-9999.ebuild index ec1ec5f986dc..d19c1b53cdd3 100644 --- a/net-misc/tigervnc/tigervnc-9999.ebuild +++ b/net-misc/tigervnc/tigervnc-9999.ebuild @@ -47,6 +47,7 @@ COMMON_DEPEND=" dev-libs/openssl:0= sys-libs/pam x11-libs/libXau + x11-libs/libxcvt x11-libs/libXdamage x11-libs/libXdmcp x11-libs/libXfixes @@ -83,7 +84,6 @@ DEPEND="${COMMON_DEPEND} server? ( media-fonts/font-util x11-base/xorg-proto - x11-libs/libxcvt x11-libs/libXi x11-libs/libxkbfile x11-libs/libXrender @@ -102,6 +102,7 @@ PATCHES=( "${FILESDIR}"/${PN}-1.11.0-install-java-viewer.patch "${FILESDIR}"/${PN}-1.14.0-xsession-path.patch "${FILESDIR}"/${PN}-1.12.80-disable-server-and-pam.patch + "${FILESDIR}"/${PN}-1.14.1-pam.patch ) src_unpack() {