diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-02-11 15:17:50 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-11 15:28:06 +0100 |
commit | 8cf9d0db183420402ab2a56e86ff2215aea005cf (patch) | |
tree | 6fc6a10fa359b7f3311567fc06e017dec13c6721 | |
parent | media-sound/kaudiocreator: Remove last-rited package (diff) | |
download | gentoo-8cf9d0db183420402ab2a56e86ff2215aea005cf.tar.gz gentoo-8cf9d0db183420402ab2a56e86ff2215aea005cf.tar.bz2 gentoo-8cf9d0db183420402ab2a56e86ff2215aea005cf.zip |
kde-frameworks/frameworkintegration: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14623
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-frameworks/frameworkintegration/files/frameworkintegration-5.66.0-unused-dep.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/kde-frameworks/frameworkintegration/files/frameworkintegration-5.66.0-unused-dep.patch b/kde-frameworks/frameworkintegration/files/frameworkintegration-5.66.0-unused-dep.patch deleted file mode 100644 index 1e8ea5dafcc9..000000000000 --- a/kde-frameworks/frameworkintegration/files/frameworkintegration-5.66.0-unused-dep.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 85c0bd7aa6cc635efa54e4d07c49878cfa0bb553 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <asturm@gentoo.org> -Date: Sun, 12 Jan 2020 01:24:11 +0100 -Subject: [PATCH] Drop unused dependency - ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index c0eb508..e6d0713 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -23,7 +23,7 @@ include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) - include(KDECMakeSettings) - - set(REQUIRED_QT_VERSION 5.12.0) --find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus Widgets) -+find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui Widgets) - - - ecm_setup_version(PROJECT VARIABLE_PREFIX FRAMEWORKINTEGRATION --- -2.24.1 - |