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 8E6A2139082 for ; Wed, 29 Nov 2017 17:41:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE066E08DB; Wed, 29 Nov 2017 17:40:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9E8C5E08DB for ; Wed, 29 Nov 2017 17:40:59 +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 65EEC33C4EE for ; Wed, 29 Nov 2017 17:40:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0337ABD7 for ; Wed, 29 Nov 2017 17:40:56 +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: <1511976307.0c1928a1d437709c2540fe1fc01302d65afb7bcb.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: 0c1928a1d437709c2540fe1fc01302d65afb7bcb X-VCS-Branch: master Date: Wed, 29 Nov 2017 17:40:56 +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: 7d87c206-0c04-4a5e-b6c4-173bbf3306b4 X-Archives-Hash: 909c5c1a156b3d297d1bdffd67954d6d commit: 0c1928a1d437709c2540fe1fc01302d65afb7bcb Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 27 13:19:31 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 29 17:25:07 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c1928a1 kde5.eclass: Fix eclassdoc Bug: https://bugs.gentoo.org/637776 eclass/kde5.eclass | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 58bc990feb..94fdae9f81 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -102,9 +102,8 @@ EXPORT_FUNCTIONS pkg_setup pkg_nofetch src_unpack src_prepare src_configure src_ # and install Qt compressed help files with -DBUILD_QCH=ON when USE=doc. if [[ ${CATEGORY} = kde-frameworks ]]; then : ${KDE_QTHELP:=true} -else - : ${KDE_QTHELP:=false} fi +: ${KDE_QTHELP:=false} # @ECLASS-VARIABLE: KDE_TESTPATTERN # @DESCRIPTION: @@ -127,9 +126,8 @@ fi # fix and creates ${T}/${P}-tests-optional.patch to refine and submit upstream. if [[ ${CATEGORY} = kde-frameworks ]]; then : ${KDE_TEST:=true} -else - : ${KDE_TEST:=false} fi +: ${KDE_TEST:=false} # @ECLASS-VARIABLE: KDE_SELINUX_MODULE # @DESCRIPTION: