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 992AF15803E for ; Mon, 1 Jan 2024 17:03:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C346F2BC020; Mon, 1 Jan 2024 17:03:06 +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 A86972BC020 for ; Mon, 1 Jan 2024 17:03:06 +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 81D0733D9AD for ; Mon, 1 Jan 2024 17:03:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F160AC2 for ; Mon, 1 Jan 2024 17:03:03 +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: <1704128574.cfeeb2a55a5545f62330f9e0f69c8f5e7281a4c6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras-kf5/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kio-extras-kf5/kio-extras-kf5-24.01.85.ebuild X-VCS-Directories: kde-apps/kio-extras-kf5/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cfeeb2a55a5545f62330f9e0f69c8f5e7281a4c6 X-VCS-Branch: master Date: Mon, 1 Jan 2024 17:03:03 +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: 111cd71f-371b-406f-9d19-96a5af4f079f X-Archives-Hash: 3e2d9f1545706718be01b8b5723bb8da commit: cfeeb2a55a5545f62330f9e0f69c8f5e7281a4c6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 1 16:26:28 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 1 17:02:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfeeb2a5 kde-apps/kio-extras-kf5: Fix wrong slot deps for IUSE activities Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kio-extras-kf5/kio-extras-kf5-24.01.85.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-apps/kio-extras-kf5/kio-extras-kf5-24.01.85.ebuild b/kde-apps/kio-extras-kf5/kio-extras-kf5-24.01.85.ebuild index b4ea776f629c..6f8abcd34195 100644 --- a/kde-apps/kio-extras-kf5/kio-extras-kf5-24.01.85.ebuild +++ b/kde-apps/kio-extras-kf5/kio-extras-kf5-24.01.85.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -47,9 +47,9 @@ DEPEND=" >=kde-frameworks/solid-${KFMIN}:5 >=kde-frameworks/syntax-highlighting-${KFMIN}:5 activities? ( - >=dev-qt/qtbase-${QTMIN}:6[sql] - kde-plasma/plasma-activities:6 - kde-plasma/plasma-activities-stats:6 + >=dev-qt/qtsql-${QTMIN}:5 + >=kde-plasma/plasma-activities-${KFMIN}:5 + >=kde-plasma/plasma-activities-stats-${KFMIN}:5 ) ios? ( app-pda/libimobiledevice:=