diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-11-09 10:48:12 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-11-11 16:59:53 +0100 |
| commit | 2a406ad371552961d404b79ee49d43c0e6810035 (patch) | |
| tree | 97437cf1d8e227076a5bca738c71f18a08e83a60 /kde-apps/libkcddb | |
| parent | 05e860b77eb752ec90b106ee0ceebe92ddb3e38a (diff) | |
| download | kde-2a406ad371552961d404b79ee49d43c0e6810035.tar.gz kde-2a406ad371552961d404b79ee49d43c0e6810035.tar.bz2 kde-2a406ad371552961d404b79ee49d43c0e6810035.zip | |
*/*: Make use of cmake_comment_add_subdirectory -f (instead of cmake_run_in)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/libkcddb')
| -rw-r--r-- | kde-apps/libkcddb/libkcddb-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |
