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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ACFA71581C1 for ; Tue, 16 Jul 2024 15:55:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B810BE2AAB; Tue, 16 Jul 2024 15:55:57 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C785E2AAB for ; Tue, 16 Jul 2024 15:55:57 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5C9E335D6A for ; Tue, 16 Jul 2024 15:55:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E1AE1E2F for ; Tue, 16 Jul 2024 15:55:55 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1721144418.a0ac8295e4f57c1d1fcb8804e19da65f165b5711.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/freerdp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/freerdp/freerdp-9999.ebuild X-VCS-Directories: net-misc/freerdp/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: a0ac8295e4f57c1d1fcb8804e19da65f165b5711 X-VCS-Branch: master Date: Tue, 16 Jul 2024 15:55:55 +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: 709d8670-6250-4e5b-9a40-6b50d81552e2 X-Archives-Hash: 3bb511e9bc9f94747231f74dca8361f8 commit: a0ac8295e4f57c1d1fcb8804e19da65f165b5711 Author: Mike Gilbert gentoo org> AuthorDate: Tue Jul 16 15:40:18 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Jul 16 15:40:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ac8295 net-misc/freerdp: update smartcard deps Changes in 3.6.0 upstream: pkcs11-helper is not needed. p11-kit is used for pkcs11 module support. Bug: https://bugs.gentoo.org/935874 Signed-off-by: Mike Gilbert gentoo.org> net-misc/freerdp/freerdp-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net-misc/freerdp/freerdp-9999.ebuild b/net-misc/freerdp/freerdp-9999.ebuild index 0c7ce6eacd22..51aab209a2db 100644 --- a/net-misc/freerdp/freerdp-9999.ebuild +++ b/net-misc/freerdp/freerdp-9999.ebuild @@ -85,10 +85,7 @@ COMMON_DEPEND=" xinerama? ( x11-libs/libXinerama ) ) ) - smartcard? ( - dev-libs/pkcs11-helper - sys-apps/pcsc-lite - ) + smartcard? ( sys-apps/pcsc-lite ) systemd? ( sys-apps/systemd:0= ) client? ( wayland? ( @@ -108,6 +105,7 @@ RDEPEND="${COMMON_DEPEND} !net-misc/freerdp:0 client? ( !net-misc/freerdp:2[client] ) server? ( !net-misc/freerdp:2[server] ) + smartcard? ( app-crypt/p11-kit ) " option() {