Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdepim-wizards/files: fix-broken-gpgme-cmake-guard.diff
Date: Tue, 09 Feb 2010 00:17:30
Message-Id: E1NednB-0001Oc-W5@stork.gentoo.org
1 alexxy 10/02/09 00:17:25
2
3 Added: fix-broken-gpgme-cmake-guard.diff
4 Log:
5 [kde-base/kdepim-wizards] Version bump to KDE SC 4.4.0
6 (Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.1 kde-base/kdepim-wizards/files/fix-broken-gpgme-cmake-guard.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepim-wizards/files/fix-broken-gpgme-cmake-guard.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdepim-wizards/files/fix-broken-gpgme-cmake-guard.diff?rev=1.1&content-type=text/plain
13
14 Index: fix-broken-gpgme-cmake-guard.diff
15 ===================================================================
16 Index: CMakeLists.txt
17 ===================================================================
18 --- CMakeLists.txt (revision 1073383)
19 +++ CMakeLists.txt (working copy)
20 @@ -185,7 +185,6 @@
21 add_subdirectory(messagecore)
22 add_subdirectory(messagelist)
23
24 - if(QGPGME_FOUND)
25 if (Boost_TOPOLOGICAL_SORT_DIR)
26 macro_optional_add_subdirectory(kleopatra)
27 endif(Boost_TOPOLOGICAL_SORT_DIR)
28 @@ -211,7 +210,6 @@
29 include( SopranoAddOntology )
30 add_subdirectory( ontologies )
31 add_subdirectory( nepomuk_email_feeder )
32 - endif(QGPGME_FOUND)
33
34 if(KDEPIM_BUILD_EVERYTHING)
35 macro_optional_add_subdirectory(knode)