From fbc6d2cd97278c3ce27bbf6a8fc532796b3fc32c Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Tue, 19 Apr 2016 13:53:41 +0200 Subject: [PATCH] kde5-functions.eclass: punt_bogus_deps improvements Syncs eclass with kde overlay. Improvements by Michael Palimaka . Needed for bug #580282. --- eclass/kde5-functions.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index be336bec8b10e..44bc29631a56a 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -274,7 +274,7 @@ punt_bogus_dep() { sed -e "${first},${last}s/${dep}//" -i CMakeLists.txt || die if [[ ${length} = 1 ]] ; then - sed -e "/find_package\s*(\s*${prefix}\s*\(REQUIRED\)*\s*\(COMPONENTS\)*\s*)/I d" -i CMakeLists.txt || die + sed -e "/find_package\s*(\s*${prefix}\(\s\+\(REQUIRED\|CONFIG\|COMPONENTS\|\${KF5_VERSION}\)\)\+\s*)/Is/^/# removed by kde5-functions.eclass - /" -i CMakeLists.txt || die fi }