summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-frameworks/krunner/krunner-5.90.0.ebuild4
-rw-r--r--kde-frameworks/krunner/krunner-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/kde-frameworks/krunner/krunner-5.90.0.ebuild b/kde-frameworks/krunner/krunner-5.90.0.ebuild
index df3d581b182..5409ef31ddf 100644
--- a/kde-frameworks/krunner/krunner-5.90.0.ebuild
+++ b/kde-frameworks/krunner/krunner-5.90.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -32,7 +32,7 @@ RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
- -DEXCLUDE_DEPRECATED_BEFORE_AND_AT=5.65.0
+ -DEXCLUDE_DEPRECATED_BEFORE_AND_AT=5.73.0
$(cmake_use_find_package activities KF5Activities)
)
ecm_src_configure
diff --git a/kde-frameworks/krunner/krunner-9999.ebuild b/kde-frameworks/krunner/krunner-9999.ebuild
index c6ac5dc65d6..07ed0245c8a 100644
--- a/kde-frameworks/krunner/krunner-9999.ebuild
+++ b/kde-frameworks/krunner/krunner-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -32,7 +32,7 @@ RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
- -DEXCLUDE_DEPRECATED_BEFORE_AND_AT=5.65.0
+ -DEXCLUDE_DEPRECATED_BEFORE_AND_AT=5.73.0
$(cmake_use_find_package activities KF5Activities)
)
ecm_src_configure