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 EEB43158013 for ; Thu, 14 Dec 2023 21:24:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AD932BC014; Thu, 14 Dec 2023 21:24:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1DCA32BC018 for ; Thu, 14 Dec 2023 21:24:27 +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 3D6BA33D0AF for ; Thu, 14 Dec 2023 21:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8DB7125F for ; Thu, 14 Dec 2023 21:24:24 +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: <1702423875.07ec65a2048bea717fb00e62c99d4bed1037dfb5.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: 07ec65a2048bea717fb00e62c99d4bed1037dfb5 X-VCS-Branch: master Date: Thu, 14 Dec 2023 21:24:24 +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: 017de244-c251-4b69-82eb-4518c1882b41 X-Archives-Hash: d83b4cf0cbfc578bc9c3ca829fc63a3a commit: 07ec65a2048bea717fb00e62c99d4bed1037dfb5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 12 23:29:46 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 12 23:31:15 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=07ec65a2 kde-apps/kio-extras: Block kde-apps/kio-extras-kf5:5[-kf6compat] Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kio-extras/kio-extras-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kio-extras/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild index 8be566c4d9..62c3a7ad3f 100644 --- a/kde-apps/kio-extras/kio-extras-9999.ebuild +++ b/kde-apps/kio-extras/kio-extras-9999.ebuild @@ -5,7 +5,6 @@ EAPI=8 ECM_HANDBOOK="forceoptional" ECM_TEST="optional" -KDE_BLOCK_SLOT5="false" KFMIN=5.245.0 QTMIN=6.6.0 inherit ecm gear.kde.org @@ -67,6 +66,7 @@ DEPEND=" ) " RDEPEND="${DEPEND} + !kde-apps/kio-extras-kf5:5[-kf6compat] !kde-frameworks/kio:5[-kf6compat(-)] >=kde-frameworks/kded-${KFMIN}:6 "