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 F233C158043 for ; Sat, 20 Apr 2024 04:42:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F15D2E2A36; Sat, 20 Apr 2024 04:42:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DA983E2A36 for ; Sat, 20 Apr 2024 04:42:29 +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 1B1AD3434A9 for ; Sat, 20 Apr 2024 04:42:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 712451742 for ; Sat, 20 Apr 2024 04:42:27 +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: <1713588118.4428c37127dfcb9d91cdd9bbb9f9919dea3eba7f.sam@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-r1.ebuild kde-apps/krdc/krdc-23.08.5-r2.ebuild X-VCS-Directories: kde-apps/krdc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4428c37127dfcb9d91cdd9bbb9f9919dea3eba7f X-VCS-Branch: master Date: Sat, 20 Apr 2024 04:42:27 +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: 60ea6f7e-19fb-4f9e-af72-136389c47af6 X-Archives-Hash: a823d07751db9b7b25d02a70dde4bdb5 commit: 4428c37127dfcb9d91cdd9bbb9f9919dea3eba7f Author: Sam James gentoo org> AuthorDate: Sat Apr 20 04:40:31 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 20 04:41:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4428c371 kde-apps/krdc: fix slotted freerdp dep This reverts commit f3308126e5bf44da62d79bea5e97de819cb6e457 and then fixes the dep another way. asturm points out that krdc's usage is of the executable so either should be fine after b8adacb0f2818c0e592067c30c11ea7a8788a32f. Instead, let's use :* then. Signed-off-by: Sam James gentoo.org> kde-apps/krdc/{krdc-23.08.5-r1.ebuild => krdc-23.08.5-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/krdc/krdc-23.08.5-r1.ebuild b/kde-apps/krdc/krdc-23.08.5-r2.ebuild similarity index 97% rename from kde-apps/krdc/krdc-23.08.5-r1.ebuild rename to kde-apps/krdc/krdc-23.08.5-r2.ebuild index eaa03d19e23b..3e4e6e3461b3 100644 --- a/kde-apps/krdc/krdc-23.08.5-r1.ebuild +++ b/kde-apps/krdc/krdc-23.08.5-r2.ebuild @@ -44,7 +44,7 @@ DEPEND=" ) " RDEPEND="${DEPEND} - rdp? ( >=net-misc/freerdp-2.1.0:2=[X] ) + rdp? ( >=net-misc/freerdp-1.1.0_beta1:*[X] ) " src_configure() {