commit:     d515bc14c9883016c9f9e59ff8a5e20523d6cd5c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 19 20:09:36 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 19 20:09:36 2026 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d515bc14

kde-apps/kate: Consolidate cmake_comment_add_subdirectory calls

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/kate/kate-25.12.49.9999.ebuild | 8 ++------
 kde-apps/kate/kate-9999.ebuild          | 8 ++------
 2 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/kde-apps/kate/kate-25.12.49.9999.ebuild 
b/kde-apps/kate/kate-25.12.49.9999.ebuild
index 0b43ccdc98..f0783979a7 100644
--- a/kde-apps/kate/kate-25.12.49.9999.ebuild
+++ b/kde-apps/kate/kate-25.12.49.9999.ebuild
@@ -36,12 +36,8 @@ RDEPEND="${DEPEND}
 src_prepare() {
        ecm_src_prepare
        ecm_punt_po_install
-
-       # these tests are run in kde-apps/kate-lib
-       cmake_comment_add_subdirectory -f apps/lib autotests
-
-       # Don't build kio plugin
-       cmake_comment_add_subdirectory -f apps/lib io
+       # these tests are run in kde-apps/kate-lib; don't build kio plugin
+       cmake_comment_add_subdirectory -f apps/lib autotests io
 }
 
 src_configure() {

diff --git a/kde-apps/kate/kate-9999.ebuild b/kde-apps/kate/kate-9999.ebuild
index 0b43ccdc98..f0783979a7 100644
--- a/kde-apps/kate/kate-9999.ebuild
+++ b/kde-apps/kate/kate-9999.ebuild
@@ -36,12 +36,8 @@ RDEPEND="${DEPEND}
 src_prepare() {
        ecm_src_prepare
        ecm_punt_po_install
-
-       # these tests are run in kde-apps/kate-lib
-       cmake_comment_add_subdirectory -f apps/lib autotests
-
-       # Don't build kio plugin
-       cmake_comment_add_subdirectory -f apps/lib io
+       # these tests are run in kde-apps/kate-lib; don't build kio plugin
+       cmake_comment_add_subdirectory -f apps/lib autotests io
 }
 
 src_configure() {

Reply via email to