From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id DA4C4158B20 for ; Sun, 02 Feb 2025 21:38:54 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C361E34302F for ; Sun, 02 Feb 2025 21:38:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 790EB110472; Sun, 02 Feb 2025 21:38:46 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6CC2A110472 for ; Sun, 02 Feb 2025 21:38:46 +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 249EB34300A for ; Sun, 02 Feb 2025 21:38:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2315F252F for ; Sun, 02 Feb 2025 21:38:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1738525919.98ba2682e42b7107b1596347ef80d81b4ec7777a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/krdc/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/krdc/krdc-9999.ebuild X-VCS-Directories: kde-apps/krdc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 98ba2682e42b7107b1596347ef80d81b4ec7777a X-VCS-Branch: master Date: Sun, 02 Feb 2025 21:38:44 +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: b0b7d863-fecc-46f6-81c1-2dc4408570a8 X-Archives-Hash: 2c37619f7fb8ac70c05daaf757ecc509 commit: 98ba2682e42b7107b1596347ef80d81b4ec7777a Author: Alfred Wingate protonmail com> AuthorDate: Thu Jan 30 20:02:48 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 2 19:51:59 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=98ba2682 kde-apps/krdc: build against freerdp:3 Upstream defaults to freerdp:3 now and krdp has upped its requirement to it. Upstream commit: https://invent.kde.org/network/krdc/-/commit/b5049444f92836f7aa9c50a0af38e6752439f9ca Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/krdc/krdc-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/krdc/krdc-9999.ebuild b/kde-apps/krdc/krdc-9999.ebuild index d03687b9b0..99a0293146 100644 --- a/kde-apps/krdc/krdc-9999.ebuild +++ b/kde-apps/krdc/krdc-9999.ebuild @@ -41,7 +41,7 @@ DEPEND=" activities? ( kde-plasma/plasma-activities:6 ) rdp? ( >=kde-frameworks/kio-${KFMIN}:6 - >=net-misc/freerdp-2.1.0:2= + >=net-misc/freerdp-2.10:3 ) vnc? ( net-libs/libssh:=