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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95E7F138359 for ; Sun, 30 Aug 2020 19:02:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53F9BE0AF6; Sun, 30 Aug 2020 19:02:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 408C0E0AF6 for ; Sun, 30 Aug 2020 19:02:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54404340DD5 for ; Sun, 30 Aug 2020 19:02:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27C5E343 for ; Sun, 30 Aug 2020 19:02:19 +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: <1598808183.f5258cd6aaf84736bbe1d20f1713defb2102f3c9.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmail/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmail/kmail-20.08.49.9999.ebuild kde-apps/kmail/kmail-9999.ebuild X-VCS-Directories: kde-apps/kmail/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f5258cd6aaf84736bbe1d20f1713defb2102f3c9 X-VCS-Branch: master Date: Sun, 30 Aug 2020 19:02:19 +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: b15499c8-d2b1-4fdc-8cb1-5aaf9c6eb7f5 X-Archives-Hash: 853cac1872669f1535ef25d5c3fd999e commit: f5258cd6aaf84736bbe1d20f1713defb2102f3c9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 30 11:36:52 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 30 17:23:03 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f5258cd6 kde-apps/kmail: Use cmake_comment_add_subdirectory Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kmail/kmail-20.08.49.9999.ebuild | 5 +---- kde-apps/kmail/kmail-9999.ebuild | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/kde-apps/kmail/kmail-20.08.49.9999.ebuild b/kde-apps/kmail/kmail-20.08.49.9999.ebuild index c08431e8c9..cdadd74a7b 100644 --- a/kde-apps/kmail/kmail-20.08.49.9999.ebuild +++ b/kde-apps/kmail/kmail-20.08.49.9999.ebuild @@ -91,10 +91,7 @@ RESTRICT+=" test" # bug 616878 src_prepare() { ecm_src_prepare - - if ! use handbook; then - sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die - fi + use handbook || cmake_run_in ktnef cmake_comment_add_subdirectory doc } src_configure() { diff --git a/kde-apps/kmail/kmail-9999.ebuild b/kde-apps/kmail/kmail-9999.ebuild index d078a15349..fc2ee9e1d9 100644 --- a/kde-apps/kmail/kmail-9999.ebuild +++ b/kde-apps/kmail/kmail-9999.ebuild @@ -91,10 +91,7 @@ RESTRICT+=" test" # bug 616878 src_prepare() { ecm_src_prepare - - if ! use handbook; then - sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die - fi + use handbook || cmake_run_in ktnef cmake_comment_add_subdirectory doc } src_configure() {