diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-04-03 16:14:54 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-04-03 16:14:54 +0000 |
commit | b1912b0a368245211f10176c42d7c092d2d8071c (patch) | |
tree | 24a198be14c89943dc1448f636e923fb6b241bac /kde-base/blogilo/files | |
parent | Bump to match libtorrent (diff) | |
download | gentoo-2-b1912b0a368245211f10176c42d7c092d2d8071c.tar.gz gentoo-2-b1912b0a368245211f10176c42d7c092d2d8071c.tar.bz2 gentoo-2-b1912b0a368245211f10176c42d7c092d2d8071c.zip |
Does not need Soprano, does not use Soprano, should not try to find it. Bug 329449.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/blogilo/files')
-rw-r--r-- | kde-base/blogilo/files/blogilo-4.4.10-nosoprano.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-base/blogilo/files/blogilo-4.4.10-nosoprano.patch b/kde-base/blogilo/files/blogilo-4.4.10-nosoprano.patch new file mode 100644 index 000000000000..b356f84e9f1a --- /dev/null +++ b/kde-base/blogilo/files/blogilo-4.4.10-nosoprano.patch @@ -0,0 +1,11 @@ +diff -ruN blogilo-4.4.10.orig/CMakeLists.txt blogilo-4.4.10/CMakeLists.txt +--- blogilo-4.4.10.orig/CMakeLists.txt 2011-04-03 18:14:58.341187979 +0200 ++++ blogilo-4.4.10/CMakeLists.txt 2011-04-03 18:15:16.281187974 +0200 +@@ -208,7 +208,6 @@ + #DONOTCOMPILE macro_optional_add_subdirectory(ksendemail) + #DONOTCOMPILE macro_optional_add_subdirectory(korganizer) + +- include( SopranoAddOntology ) + #DONOTCOMPILE add_subdirectory( ontologies ) + # add_subdirectory( nepomuk_email_feeder ) + endif(QGPGME_FOUND) |