Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/baloo/files: baloo-4.13.0-nokcm.patch
Date: Sun, 04 May 2014 01:17:09
Message-Id: 20140504011706.4433D2004E@flycatcher.gentoo.org
1 dilfridge 14/05/04 01:17:06
2
3 Added: baloo-4.13.0-nokcm.patch
4 Log:
5 Use alternate configuration module by default
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
8
9 Revision Changes Path
10 1.1 kde-base/baloo/files/baloo-4.13.0-nokcm.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/baloo/files/baloo-4.13.0-nokcm.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/baloo/files/baloo-4.13.0-nokcm.patch?rev=1.1&content-type=text/plain
14
15 Index: baloo-4.13.0-nokcm.patch
16 ===================================================================
17 diff -ruN baloo-4.13.0.orig/src/file/CMakeLists.txt baloo-4.13.0/src/file/CMakeLists.txt
18 --- baloo-4.13.0.orig/src/file/CMakeLists.txt 2014-04-15 18:30:06.000000000 +0200
19 +++ baloo-4.13.0/src/file/CMakeLists.txt 2014-05-04 02:58:00.312192920 +0200
20 @@ -66,6 +66,6 @@
21 add_subdirectory(autotest)
22 add_subdirectory(tests)
23 add_subdirectory(extractor)
24 -add_subdirectory(kcm)
25 +#add_subdirectory(kcm)
26 add_subdirectory(inotify)
27 add_subdirectory(cleaner)