From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B89D158020 for ; Tue, 15 Nov 2022 01:03:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36D93E0827; Tue, 15 Nov 2022 01:03:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EB70E0827 for ; Tue, 15 Nov 2022 01:03:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00068340DAB for ; Tue, 15 Nov 2022 01:03:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DBC5599 for ; Tue, 15 Nov 2022 01:03:05 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1668474173.57935050fcbddf9060d88024b254d4de09e82f49.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/krusader/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/krusader/krusader-2.8.0_pre20221106.ebuild X-VCS-Directories: kde-misc/krusader/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 57935050fcbddf9060d88024b254d4de09e82f49 X-VCS-Branch: master Date: Tue, 15 Nov 2022 01:03:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0706f805-7e22-48c3-98de-d260c0316424 X-Archives-Hash: f24de47752462fa4f14eb2dec8eaa672 commit: 57935050fcbddf9060d88024b254d4de09e82f49 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 15 01:01:14 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 15 01:02:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57935050 kde-misc/krusader: Fix build with USE=-handbook Closes: https://bugs.gentoo.org/880763 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/krusader/krusader-2.8.0_pre20221106.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kde-misc/krusader/krusader-2.8.0_pre20221106.ebuild b/kde-misc/krusader/krusader-2.8.0_pre20221106.ebuild index da6d2756d64a..e86cd32f9f5d 100644 --- a/kde-misc/krusader/krusader-2.8.0_pre20221106.ebuild +++ b/kde-misc/krusader/krusader-2.8.0_pre20221106.ebuild @@ -58,6 +58,11 @@ RDEPEND="${COMMON_DEPEND} kde-apps/kio-extras:5 " +src_prepare() { + ecm_src_prepare + use handbook || cmake_comment_add_subdirectory doc/handbook +} + pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "Markdown text previews" "kde-misc/markdownpart:${SLOT}"