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 120EB158041 for ; Sun, 3 Mar 2024 15:09:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40FC0E2A6F; Sun, 3 Mar 2024 15:09:13 +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 229B1E2A6F for ; Sun, 3 Mar 2024 15:09:13 +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 3082333BF3B for ; Sun, 3 Mar 2024 15:09:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C37DBB2F for ; Sun, 3 Mar 2024 15:09:10 +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: <1709478527.5b8babf7d0c8142f65fe81b334b5ecfa53857c89.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kio-extras/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kio-extras/kio-extras-9999.ebuild X-VCS-Directories: kde-apps/kio-extras/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5b8babf7d0c8142f65fe81b334b5ecfa53857c89 X-VCS-Branch: master Date: Sun, 3 Mar 2024 15:09:10 +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: 788233fd-8a36-4e84-8a84-913373860600 X-Archives-Hash: 3c101d917c3df7042d62b4b1a54921b8 commit: 5b8babf7d0c8142f65fe81b334b5ecfa53857c89 Author: Mike Lothian fireburn co uk> AuthorDate: Mon Feb 12 16:31:14 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 3 15:08:47 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5b8babf7 kde-apps/kio-extras-9999: Depend on dev-cpp/ms-gsl for sftp Upstream now depends on Microsoft GSL, add this dependency Closes: https://bugs.gentoo.org/925425 Signed-off-by: Mike Lothian fireburn.co.uk> Closes: https://github.com/gentoo/kde/pull/979 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kio-extras/kio-extras-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-apps/kio-extras/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild index 1eb2c4c8c4..7209c302aa 100644 --- a/kde-apps/kio-extras/kio-extras-9999.ebuild +++ b/kde-apps/kio-extras/kio-extras-9999.ebuild @@ -60,7 +60,10 @@ DEPEND=" >=net-libs/kdsoap-2.2.0:=[qt6] >=net-libs/kdsoap-ws-discovery-client-0.3.0 ) - sftp? ( net-libs/libssh:=[sftp] ) + sftp? ( + dev-cpp/ms-gsl + net-libs/libssh:=[sftp] + ) taglib? ( >=media-libs/taglib-1.11.1:= ) X? ( x11-libs/libX11