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 223001396D1 for ; Tue, 15 Aug 2017 15:05:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FFD31FC00B; Tue, 15 Aug 2017 15:05:41 +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 30FCF1FC00B for ; Tue, 15 Aug 2017 15:05:41 +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 47BBF3417B7 for ; Tue, 15 Aug 2017 15:05:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE7C37843 for ; Tue, 15 Aug 2017 15:05:38 +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: <1502809382.599fbba8a0b5bf9ee31215bdb2c9f518148b6f40.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: 599fbba8a0b5bf9ee31215bdb2c9f518148b6f40 X-VCS-Branch: master Date: Tue, 15 Aug 2017 15:05:38 +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: c73e7cab-0de0-4d8a-8db6-6e28c231aa6d X-Archives-Hash: a10b120a2cdcacb5511afb174190209d commit: 599fbba8a0b5bf9ee31215bdb2c9f518148b6f40 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 15 15:03:02 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 15 15:03:02 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=599fbba8 kde5.eclass: Update KDE_TEST documentation eclass/kde5.eclass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 251026233d..afc990f944 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -105,8 +105,10 @@ fi # when USE=!test. # If set to "forceoptional", remove a Qt5Test dependency and comment test # subdirs from the root CMakeLists.txt in addition to the above. -# If set to "forceoptional-recursive", remove a Qt5Test dependency and comment -# test subdirs from *any* CMakeLists.txt in addition to the above. +# If set to "forceoptional-recursive", remove Qt5Test dependencies and make +# test subdirs according to KDE_TESTPATTERN from *any* CMakeLists.txt in ${S} +# and below conditional on BUILD_TESTING. This is always meant as a short-term +# fix and creates ${T}/${P}-tests-optional.patch to refine and submit upstream. if [[ ${CATEGORY} = kde-frameworks ]]; then : ${KDE_TEST:=true} else