commit:     894d04b6f539648294afaaaff5e30f96a90a7850
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  3 21:59:32 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec  3 21:59:32 2025 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=894d04b6

kde-apps/k3b: Set ECM_HANDBOOK=true and use -DK3B_DOC

Although they should have rather used BUILD_DOC "standard" there...

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

 kde-apps/k3b/k3b-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-apps/k3b/k3b-9999.ebuild b/kde-apps/k3b/k3b-9999.ebuild
index 6afae00197..9093c8bcb2 100644
--- a/kde-apps/k3b/k3b-9999.ebuild
+++ b/kde-apps/k3b/k3b-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-ECM_HANDBOOK="forceoptional"
+ECM_HANDBOOK="true"
 ECM_TEST="true"
 PVCUT=$(ver_cut 1-3)
 KFMIN=6.19.0
@@ -84,6 +84,7 @@ src_configure() {
                -DK3B_ENABLE_DVD_RIPPING=$(usex dvd)
                -DK3B_BUILD_FFMPEG_DECODER_PLUGIN=$(usex ffmpeg)
                -DK3B_BUILD_FLAC_DECODER_PLUGIN=$(usex flac)
+               -DK3B_DOC=$(usex handbook)
                -DK3B_BUILD_LAME_ENCODER_PLUGIN=$(usex lame)
                -DK3B_BUILD_MAD_DECODER_PLUGIN=$(usex mad)
                -DK3B_BUILD_MUSE_DECODER_PLUGIN=$(usex musepack)

Reply via email to