From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2B9241384B4 for ; Wed, 4 Nov 2015 18:56:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A627821C00C; Wed, 4 Nov 2015 18:56:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E469821C003 for ; Wed, 4 Nov 2015 18:56:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 304CD3408DD for ; Wed, 4 Nov 2015 18:56:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5EAF203A for ; Wed, 4 Nov 2015 18:56:33 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1446663367.f55bccd352bc86dcc9ce26af83cf17b18a4bbdde.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kwrite/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kwrite/kwrite-9999.ebuild X-VCS-Directories: kde-apps/kwrite/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: f55bccd352bc86dcc9ce26af83cf17b18a4bbdde X-VCS-Branch: master Date: Wed, 4 Nov 2015 18:56:33 +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: 8cebc16e-29de-47b4-abcd-2d31eb00895c X-Archives-Hash: 8ac90b799cf5fbf1baa386bea6f0dbfd commit: f55bccd352bc86dcc9ce26af83cf17b18a4bbdde Author: Michael Palimaka gentoo org> AuthorDate: Wed Nov 4 18:38:59 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Nov 4 18:56:07 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f55bccd3 kde-apps/kwrite: handbook is now optional upstream Upstream-commit: 3dbb6e1c81f27ca6baeff9a83be359cc31a276f5 Package-Manager: portage-2.2.20.1 kde-apps/kwrite/kwrite-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kwrite/kwrite-9999.ebuild b/kde-apps/kwrite/kwrite-9999.ebuild index 6b5a726..24875fd 100644 --- a/kde-apps/kwrite/kwrite-9999.ebuild +++ b/kde-apps/kwrite/kwrite-9999.ebuild @@ -6,7 +6,6 @@ EAPI=5 KMNAME="kate" KDE_HANDBOOK="true" -KDE_PUNT_BOGUS_DEPS="true" inherit kde5 DESCRIPTION="KDE simple text editor" @@ -37,6 +36,7 @@ src_configure() { -DBUILD_addons=FALSE -DBUILD_kate=FALSE -DBUILD_katepart=FALSE + $(cmake-utils_use_find_package handbook DocTools) ) kde5_src_configure