Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/frameworkintegration/files/
Date: Tue, 11 Feb 2020 14:28:21
Message-Id: 1581431286.8cf9d0db183420402ab2a56e86ff2215aea005cf.asturm@gentoo
1 commit: 8cf9d0db183420402ab2a56e86ff2215aea005cf
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 11 14:17:50 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 14:28:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf9d0db
7
8 kde-frameworks/frameworkintegration: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/14623
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 .../frameworkintegration-5.66.0-unused-dep.patch | 25 ----------------------
15 1 file changed, 25 deletions(-)
16
17 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
18 deleted file mode 100644
19 index 1e8ea5dafcc..00000000000
20 --- a/kde-frameworks/frameworkintegration/files/frameworkintegration-5.66.0-unused-dep.patch
21 +++ /dev/null
22 @@ -1,25 +0,0 @@
23 -From 85c0bd7aa6cc635efa54e4d07c49878cfa0bb553 Mon Sep 17 00:00:00 2001
24 -From: Andreas Sturmlechner <asturm@g.o>
25 -Date: Sun, 12 Jan 2020 01:24:11 +0100
26 -Subject: [PATCH] Drop unused dependency
27 -
28 ----
29 - CMakeLists.txt | 2 +-
30 - 1 file changed, 1 insertion(+), 1 deletion(-)
31 -
32 -diff --git a/CMakeLists.txt b/CMakeLists.txt
33 -index c0eb508..e6d0713 100644
34 ---- a/CMakeLists.txt
35 -+++ b/CMakeLists.txt
36 -@@ -23,7 +23,7 @@ include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
37 - include(KDECMakeSettings)
38 -
39 - set(REQUIRED_QT_VERSION 5.12.0)
40 --find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED DBus Widgets)
41 -+find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui Widgets)
42 -
43 -
44 - ecm_setup_version(PROJECT VARIABLE_PREFIX FRAMEWORKINTEGRATION
45 ---
46 -2.24.1
47 -