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 856AF158020 for ; Wed, 16 Nov 2022 18:38:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3E7BE0934; Wed, 16 Nov 2022 18:38:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0942E0934 for ; Wed, 16 Nov 2022 18:38:14 +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 CFE52340F62 for ; Wed, 16 Nov 2022 18:38:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F286748 for ; Wed, 16 Nov 2022 18:38:11 +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: <1668623873.57f5d0660fd51250279709ec2ffe5eee07d968d2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/krunner/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/krunner/krunner-9999.ebuild X-VCS-Directories: kde-frameworks/krunner/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 57f5d0660fd51250279709ec2ffe5eee07d968d2 X-VCS-Branch: master Date: Wed, 16 Nov 2022 18:38:11 +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: 3b336874-c30e-4dd1-b56f-b737619f75e6 X-Archives-Hash: ddcae1f6839c7d6b6f5343d45e1d8940 commit: 57f5d0660fd51250279709ec2ffe5eee07d968d2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 16 18:36:38 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 16 18:37:53 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=57f5d066 kde-frameworks/krunner: Revert -DEXCLUDE_DEPRECATED_BEFORE_AND_AT=5.91.0 Too many issues. This reverts commit bf0d465deef8241521754f9029d4be4cd6b1ecab. Bug: https://bugs.gentoo.org/830578 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/krunner/krunner-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/krunner/krunner-9999.ebuild b/kde-frameworks/krunner/krunner-9999.ebuild index 283ea9e258..25c5aea012 100644 --- a/kde-frameworks/krunner/krunner-9999.ebuild +++ b/kde-frameworks/krunner/krunner-9999.ebuild @@ -22,6 +22,9 @@ DEPEND=" =kde-frameworks/kconfig-${PVCUT}*:5 =kde-frameworks/kcoreaddons-${PVCUT}*:5 =kde-frameworks/ki18n-${PVCUT}*:5 + =kde-frameworks/kio-${PVCUT}*:5 + =kde-frameworks/kservice-${PVCUT}*:5 + =kde-frameworks/plasma-${PVCUT}*:5 =kde-frameworks/solid-${PVCUT}*:5 =kde-frameworks/threadweaver-${PVCUT}*:5 activities? ( =kde-frameworks/kactivities-${PVCUT}*:5 ) @@ -30,7 +33,6 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( - -DEXCLUDE_DEPRECATED_BEFORE_AND_AT=5.91.0 $(cmake_use_find_package activities KF5Activities) ) ecm_src_configure