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 8FB49139694 for ; Thu, 11 May 2017 18:38:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7DF421C14F; Thu, 11 May 2017 18:37:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 966EC21C14F for ; Thu, 11 May 2017 18:37:38 +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 C615A33E4AD for ; Thu, 11 May 2017 18:37:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AA147436 for ; Thu, 11 May 2017 18:37:36 +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: <1494527820.a146315bf2055f55c6603cc4acda98b277d2886c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a146315bf2055f55c6603cc4acda98b277d2886c X-VCS-Branch: master Date: Thu, 11 May 2017 18:37:36 +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: 6af10c6c-7d37-41db-b6ee-efa425cbbd9e X-Archives-Hash: 6ab6f7e954e5392f8e6ed6039d6a2c10 commit: a146315bf2055f55c6603cc4acda98b277d2886c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 11 18:34:24 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 11 18:37:00 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a146315b kde5.eclass: Disable kdoctools_install(po) if KDE_HANDBOOK=forceoptional Reported-by: Perfect Gentleman gmail.com> Gentoo-bug: 618210 eclass/kde5.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 7c09c4061e..0a4529b442 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -544,6 +544,7 @@ kde5_src_prepare() { if [[ ${KDE_HANDBOOK} = forceoptional ]] ; then punt_bogus_dep KF5 DocTools + sed -i -e "/kdoctools_install/ s/^/#DONT/" CMakeLists.txt || die fi fi