diff options
Diffstat (limited to 'kde-apps')
| -rw-r--r-- | kde-apps/kate-addons/kate-addons-9999.ebuild | 4 | ||||
| -rw-r--r-- | kde-apps/kate/kate-9999.ebuild | 4 | ||||
| -rw-r--r-- | kde-apps/kmail/kmail-9999.ebuild | 2 | ||||
| -rw-r--r-- | kde-apps/kwrite/kwrite-9999.ebuild | 4 | ||||
| -rw-r--r-- | kde-apps/libkcddb/libkcddb-9999.ebuild | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/kde-apps/kate-addons/kate-addons-9999.ebuild b/kde-apps/kate-addons/kate-addons-9999.ebuild index 04fd4cdcb5a..2b5ab898657 100644 --- a/kde-apps/kate-addons/kate-addons-9999.ebuild +++ b/kde-apps/kate-addons/kate-addons-9999.ebuild @@ -66,10 +66,10 @@ src_prepare() { ecm_punt_po_install # these tests are run in kde-apps/kate-lib - cmake_run_in apps/lib cmake_comment_add_subdirectory autotests + cmake_comment_add_subdirectory -f apps/lib autotests # Don't build kio plugin - cmake_run_in apps/lib cmake_comment_add_subdirectory io + cmake_comment_add_subdirectory -f apps/lib io } src_configure() { diff --git a/kde-apps/kate/kate-9999.ebuild b/kde-apps/kate/kate-9999.ebuild index ddb2585ea4b..3f8168c31c2 100644 --- a/kde-apps/kate/kate-9999.ebuild +++ b/kde-apps/kate/kate-9999.ebuild @@ -38,10 +38,10 @@ src_prepare() { ecm_punt_po_install # these tests are run in kde-apps/kate-lib - cmake_run_in apps/lib cmake_comment_add_subdirectory autotests + cmake_comment_add_subdirectory -f apps/lib autotests # Don't build kio plugin - cmake_run_in apps/lib cmake_comment_add_subdirectory io + cmake_comment_add_subdirectory -f apps/lib io } src_configure() { diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild index 5502cd23279..0afecebc509 100644 --- a/kde-apps/kmail/kmail-9999.ebuild +++ b/kde-apps/kmail/kmail-9999.ebuild @@ -95,7 +95,7 @@ BDEPEND=" src_prepare() { ecm_src_prepare - use handbook || cmake_run_in ktnef cmake_comment_add_subdirectory doc + use handbook || cmake_comment_add_subdirectory -f ktnef doc } src_configure() { diff --git a/kde-apps/kwrite/kwrite-9999.ebuild b/kde-apps/kwrite/kwrite-9999.ebuild index 566d35eeae3..15384982439 100644 --- a/kde-apps/kwrite/kwrite-9999.ebuild +++ b/kde-apps/kwrite/kwrite-9999.ebuild @@ -34,10 +34,10 @@ src_prepare() { ecm_punt_po_install # these tests are run in kde-apps/kate-lib - cmake_run_in apps/lib cmake_comment_add_subdirectory autotests + cmake_comment_add_subdirectory -f apps/lib autotests # Don't build kio plugin - cmake_run_in apps/lib cmake_comment_add_subdirectory io + cmake_comment_add_subdirectory -f apps/lib io } src_configure() { diff --git a/kde-apps/libkcddb/libkcddb-9999.ebuild b/kde-apps/libkcddb/libkcddb-9999.ebuild index 5fa35dce592..549128738c4 100644 --- a/kde-apps/libkcddb/libkcddb-9999.ebuild +++ b/kde-apps/libkcddb/libkcddb-9999.ebuild @@ -44,7 +44,7 @@ ECM_REMOVE_FROM_INSTALL=( src_prepare() { ecm_src_prepare ecm_punt_po_install - cmake_run_in kcmcddb cmake_comment_add_subdirectory doc + cmake_comment_add_subdirectory -f kcmcddb doc } src_configure() { |
