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 D26551581D3 for ; Tue, 21 May 2024 01:39:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24240E2A5F; Tue, 21 May 2024 01:39:32 +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 0800BE2A5F for ; Tue, 21 May 2024 01:39:32 +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 10561335D7B for ; Tue, 21 May 2024 01:39:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F694B68 for ; Tue, 21 May 2024 01:39:29 +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: <1716255380.0d94a1c916f0b733818b34f1653054ac20194e60.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/krdc/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/krdc/krdc-23.08.5-r2.ebuild kde-apps/krdc/krdc-23.08.5-r3.ebuild X-VCS-Directories: kde-apps/krdc/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 0d94a1c916f0b733818b34f1653054ac20194e60 X-VCS-Branch: master Date: Tue, 21 May 2024 01:39:29 +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: b8a9497f-eecd-44c6-a12a-11f03781ab4b X-Archives-Hash: 3664c127c4b206c992ffc703d19d1deb commit: 0d94a1c916f0b733818b34f1653054ac20194e60 Author: Mike Gilbert gentoo org> AuthorDate: Tue May 21 01:34:05 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue May 21 01:36:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d94a1c9 kde-apps/krdc: depend on net-misc/freerdp[client] The previous dependency on net-misc/freerdp[X] was incorrect. krdc calls wlfreerdp or xfreerdp depending the runtime environment. There is no perfect way to express this runtime dependency, but we do need a client installed at minimum. Bug: https://bugs.gentoo.org/932248 Signed-off-by: Mike Gilbert gentoo.org> kde-apps/krdc/{krdc-23.08.5-r2.ebuild => krdc-23.08.5-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/krdc/krdc-23.08.5-r2.ebuild b/kde-apps/krdc/krdc-23.08.5-r3.ebuild similarity index 97% rename from kde-apps/krdc/krdc-23.08.5-r2.ebuild rename to kde-apps/krdc/krdc-23.08.5-r3.ebuild index 3e4e6e3461b3..004f5aeff407 100644 --- a/kde-apps/krdc/krdc-23.08.5-r2.ebuild +++ b/kde-apps/krdc/krdc-23.08.5-r3.ebuild @@ -44,7 +44,7 @@ DEPEND=" ) " RDEPEND="${DEPEND} - rdp? ( >=net-misc/freerdp-1.1.0_beta1:*[X] ) + rdp? ( net-misc/freerdp:*[client] ) " src_configure() {