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 642E21581E7 for ; Mon, 22 Apr 2024 21:06:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B2E2E29F0; Mon, 22 Apr 2024 21:06:19 +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 5FCE3E29F0 for ; Mon, 22 Apr 2024 21:06:18 +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 616F9343169 for ; Mon, 22 Apr 2024 21:06:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEE9F16BF for ; Mon, 22 Apr 2024 21:06:15 +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: <1713819926.533c79980981f12937f2a8b4d94a8255f792e318.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/gear.kde.org.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 533c79980981f12937f2a8b4d94a8255f792e318 X-VCS-Branch: master Date: Mon, 22 Apr 2024 21:06:15 +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: 64301710-7f68-4d2d-a294-66dfaae04b41 X-Archives-Hash: 7bd57e037a48d918f150c8ba05cb70fa commit: 533c79980981f12937f2a8b4d94a8255f792e318 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 22 21:04:42 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 22 21:05:26 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=533c7998 gear.kde.org.eclass: Re-add signon-kwallet-extension to SLOT=5 blocklist It just makes no sense the other way, even if upstream has not declared it "KF6-only" officially. Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/gear.kde.org.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass index 04e5df8c73..8c84fbfc29 100644 --- a/eclass/gear.kde.org.eclass +++ b/eclass/gear.kde.org.eclass @@ -257,7 +257,8 @@ if $(ver_test -gt 24.04.75); then audex | \ itinerary | \ kio-perldoc | \ - kolourpaint) + kolourpaint | \ + signon-kwallet-extension) RDEPEND+=" !${CATEGORY}/${PN}:5" ;; *) ;; esac @@ -277,7 +278,6 @@ if $(ver_test -gt 24.07.75); then libkomparediff2 | \ libksane | \ minuet | \ - signon-kwallet-extension | \ skanlite | \ step) RDEPEND+=" !${CATEGORY}/${PN}:5" ;;