summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-01-04 19:30:13 +0100
committerJohannes Huber <johu@gentoo.org>2017-01-04 19:30:38 +0100
commit769e420c537c7c513d70249f655f3127f143a197 (patch)
tree393a1e394fdf0e391bc35d231716ef22d49f5527 /kde-misc/kolor-manager/files
parentkde-misc/kolor-manager: Version bump 1.1.0 (diff)
downloadgentoo-769e420c537c7c513d70249f655f3127f143a197.tar.gz
gentoo-769e420c537c7c513d70249f655f3127f143a197.tar.bz2
gentoo-769e420c537c7c513d70249f655f3127f143a197.zip
kde-misc/kolor-manager: Drop slot 4
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-misc/kolor-manager/files')
-rw-r--r--kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch b/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch
deleted file mode 100644
index ead9a88242b5..000000000000
--- a/kde-misc/kolor-manager/files/kolor-manager-1.0.2-cmake-3.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-INCLUDE is for loading CMake code, and this fails with a fatal error
-in CMake 3 as 'settings' is a directory
-
-Gentoo bug #537138
---- a/information/CMakeLists.txt
-+++ b/information/CMakeLists.txt
-@@ -3,8 +3,6 @@
- find_package(KDE4 REQUIRED)
- include_directories(${KDE4_INCLUDES} ${kolor_manager_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
-
--INCLUDE( "../settings")
--
- set(kminfo_PART_SRCS
- kminfo.cpp
- )