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 CCB17138334 for ; Sat, 9 Feb 2019 09:52:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37C07E09BC; Sat, 9 Feb 2019 09:52:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0D972E09BC for ; Sat, 9 Feb 2019 09:52:25 +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 68581335DB3 for ; Sat, 9 Feb 2019 09:52:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03448544 for ; Sat, 9 Feb 2019 09:52:20 +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: <1549705921.0172f7129655618a228e9e642feb0ae5c17d15da.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/khelpcenter/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/khelpcenter/khelpcenter-18.12.2.ebuild X-VCS-Directories: kde-apps/khelpcenter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0172f7129655618a228e9e642feb0ae5c17d15da X-VCS-Branch: master Date: Sat, 9 Feb 2019 09:52:20 +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: cbe4be27-3626-4bdd-b2a6-1b7387cedf80 X-Archives-Hash: 0f61caf598a4c63883e82cdd01be76c5 commit: 0172f7129655618a228e9e642feb0ae5c17d15da Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 9 00:15:56 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 9 09:52:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0172f712 kde-apps/khelpcenter: Drop KDE_HANDBOOK definition, always build it It does not build without KF5DocTools, and it makes no sense to disable handbook on the very tool that is used to viewing it. Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/khelpcenter/khelpcenter-18.12.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-apps/khelpcenter/khelpcenter-18.12.2.ebuild b/kde-apps/khelpcenter/khelpcenter-18.12.2.ebuild index 39b4be358f5..d76bb58238b 100644 --- a/kde-apps/khelpcenter/khelpcenter-18.12.2.ebuild +++ b/kde-apps/khelpcenter/khelpcenter-18.12.2.ebuild @@ -3,7 +3,6 @@ EAPI=7 -KDE_HANDBOOK="true" inherit kde5 DESCRIPTION="The KDE Help Center"