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 4944C1396D0 for ; Sat, 7 Oct 2017 22:19:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 872F82BC01E; Sat, 7 Oct 2017 22:19:49 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EF3F2BC01E for ; Sat, 7 Oct 2017 22:19:49 +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 4522633D3C7 for ; Sat, 7 Oct 2017 22:19:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE1519065 for ; Sat, 7 Oct 2017 22:19: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: <1507414002.705aa32b129b394fd4e4c27ab02fc279bec6eda1.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: 705aa32b129b394fd4e4c27ab02fc279bec6eda1 X-VCS-Branch: master Date: Sat, 7 Oct 2017 22:19: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: 6a6a9e43-0d91-4744-a064-db8bd9fd88f6 X-Archives-Hash: 069222839351cef7e37ad985aedc74b2 commit: 705aa32b129b394fd4e4c27ab02fc279bec6eda1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 7 21:29:12 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 7 22:06:42 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=705aa32b kde5.eclass: Drop obsolete conditional eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 32b0b4312d..3a1e92e267 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -100,7 +100,7 @@ EXPORT_FUNCTIONS pkg_setup pkg_nofetch src_unpack src_prepare src_configure src_ # If set to "false", do nothing. # Otherwise, add "doc" to IUSE, add the appropriate dependency, generate # and install Qt compressed help files with -DBUILD_QCH=ON when USE=doc. -if [[ ${CATEGORY} = kde-frameworks && ( $(get_version_component_range 2) -ge 36 || ${KDE_BUILD_TYPE} = live ) ]]; then +if [[ ${CATEGORY} = kde-frameworks ]]; then : ${KDE_QTHELP:=true} else : ${KDE_QTHELP:=false}