commit: 5b8babf7d0c8142f65fe81b334b5ecfa53857c89 Author: Mike Lothian <mike <AT> fireburn <DOT> co <DOT> uk> AuthorDate: Mon Feb 12 16:31:14 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <mike <AT> fireburn.co.uk> Closes: https://github.com/gentoo/kde/pull/979 Signed-off-by: Andreas Sturmlechner <asturm <AT> 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
