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 51A7E159C9B for ; Sat, 10 Aug 2024 13:10:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9519C2BC085; Sat, 10 Aug 2024 13:10:38 +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 7AB4E2BC085 for ; Sat, 10 Aug 2024 13:10:38 +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 7B63A343110 for ; Sat, 10 Aug 2024 13:10:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA42D1B9A for ; Sat, 10 Aug 2024 13:10:35 +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: <1723295421.8ad57a497f8fb552c1dcaab32ac93d73af17c70c.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: 8ad57a497f8fb552c1dcaab32ac93d73af17c70c X-VCS-Branch: master Date: Sat, 10 Aug 2024 13:10:35 +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: 164ebee9-9159-4b51-be1f-70b4d90cc16a X-Archives-Hash: 9b1bd07cea515f2101e88e985f4bcfd6 commit: 8ad57a497f8fb552c1dcaab32ac93d73af17c70c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 10 13:09:17 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 10 13:10:21 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8ad57a49 gear.kde.org.eclass: Move skanlite to 24.08 SLOT=5 blockers Fedora and OpenSUSE TW build it as KF6-based in 24.05 already, so we can too. 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 4666732394..6e8704bb9e 100644 --- a/eclass/gear.kde.org.eclass +++ b/eclass/gear.kde.org.eclass @@ -281,7 +281,8 @@ if $(ver_test -gt 24.07.75); then libkomparediff2 | \ lokalize | \ massif-visualizer | \ - poxml) + poxml | \ + skanlite) RDEPEND+=" !${CATEGORY}/${PN}:5" ;; *) ;; esac @@ -293,7 +294,6 @@ if $(ver_test -gt 24.10.75); then case ${PN} in kalzium | \ minuet | \ - skanlite | \ step) RDEPEND+=" !${CATEGORY}/${PN}:5" ;; *) ;;