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 3F4D6158099 for ; Sat, 25 Nov 2023 23:34:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 666B32BC061; Sat, 25 Nov 2023 23:34:57 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D37A2BC061 for ; Sat, 25 Nov 2023 23:34:57 +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 644AE340861 for ; Sat, 25 Nov 2023 23:34:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C37EFA64 for ; Sat, 25 Nov 2023 23:34:54 +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: <1700954747.8265ebedad8ae06f1889f03ed258d9322055fa58.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/ecm.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8265ebedad8ae06f1889f03ed258d9322055fa58 X-VCS-Branch: master Date: Sat, 25 Nov 2023 23:34:54 +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: 9048e0d1-a281-4ec5-8bb3-6055d35ac382 X-Archives-Hash: e7152c4051deac42a53260f882f42fbc commit: 8265ebedad8ae06f1889f03ed258d9322055fa58 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 15 21:04:07 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 25 23:25:47 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8265ebed ecm.eclass: Relax kde-frameworks/extra-cmake-modules SLOT dep to :* Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/ecm.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index b31fbf479f..39780f422f 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -270,8 +270,8 @@ case ${ECM_TEST} in esac BDEPEND+=" - >=kde-frameworks/extra-cmake-modules-${KFMIN}:${_KFSLOT} dev-libs/libpcre2:* + >=kde-frameworks/extra-cmake-modules-${KFMIN}:* " RDEPEND+=" >=kde-frameworks/kf-env-4" if [[ ${_KFSLOT} == 6 ]]; then