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 52345139694 for ; Sat, 1 Apr 2017 14:54:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A25D21C06C; Sat, 1 Apr 2017 14:54:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55D4121C06C for ; Sat, 1 Apr 2017 14:54:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 753A434165E for ; Sat, 1 Apr 2017 14:54:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1827473DD for ; Sat, 1 Apr 2017 14:54:46 +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: <1491058432.d73e37c03e45c988276c30eca39922e5852e4fe1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kwrite/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kwrite/kwrite-16.12.3.ebuild X-VCS-Directories: kde-apps/kwrite/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d73e37c03e45c988276c30eca39922e5852e4fe1 X-VCS-Branch: master Date: Sat, 1 Apr 2017 14:54:46 +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-Archives-Salt: 3d4fa8e6-680d-4169-877c-8c2dde79b1c3 X-Archives-Hash: 9be0db55662854f65ba8a112cf31edb3 commit: d73e37c03e45c988276c30eca39922e5852e4fe1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 1 14:53:52 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 1 14:53:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73e37c0 kde-apps/kwrite: Set KDE_HANDBOOK optional, fix cmake warning Reported-by: Arfrever Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kwrite/kwrite-16.12.3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kde-apps/kwrite/kwrite-16.12.3.ebuild b/kde-apps/kwrite/kwrite-16.12.3.ebuild index 5411a66b724..af9f4a027eb 100644 --- a/kde-apps/kwrite/kwrite-16.12.3.ebuild +++ b/kde-apps/kwrite/kwrite-16.12.3.ebuild @@ -4,7 +4,7 @@ EAPI=6 KMNAME="kate" -KDE_HANDBOOK="true" +KDE_HANDBOOK="optional" inherit kde5 DESCRIPTION="KDE simple text editor" @@ -34,9 +34,8 @@ src_configure() { local mycmakeargs=( -DBUILD_addons=FALSE -DBUILD_kate=FALSE - -DBUILD_katepart=FALSE - $(cmake-utils_use_find_package handbook DocTools) ) + use handbook && mycmakeargs+=( -DBUILD_katepart=FALSE ) kde5_src_configure }