From 3abe4e71537e01294777ae3034f4e23a945ece4c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 30 Aug 2015 15:13:30 +0200 Subject: app-text/kbibtex: kf5 branch merged to master Package-Manager: portage-2.2.20.1 --- app-text/kbibtex/files/kbibtex-fix-cmake.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 app-text/kbibtex/files/kbibtex-fix-cmake.patch (limited to 'app-text/kbibtex/files/kbibtex-fix-cmake.patch') diff --git a/app-text/kbibtex/files/kbibtex-fix-cmake.patch b/app-text/kbibtex/files/kbibtex-fix-cmake.patch deleted file mode 100644 index 9fd7b41c2f9..00000000000 --- a/app-text/kbibtex/files/kbibtex-fix-cmake.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/CMakeLists.txt 2015-07-26 22:10:03.158276297 +0200 -+++ b/CMakeLists.txt 2015-07-26 22:11:22.380277657 +0200 -@@ -45,14 +45,8 @@ - Network - ) - --find_package( -- Qt5 ${QT_MIN_VERSION} -- QUIET -- CONFIG -- COMPONENTS -- WebEngineWidgets -- WebKitWidgets --) -+find_package(Qt5WebEngineWidgets ${QT_MIN_VERSION} QUIET CONFIG COMPONENTS) -+find_package(Qt5WebKitWidgets ${QT_MIN_VERSION} QUIET CONFIG COMPONENTS) - - find_package( - KF5 ${KF5_MIN_VERSION} -- cgit v1.2.3