From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 404B259CA9 for ; Sat, 26 Mar 2016 17:41:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9535F21C029; Sat, 26 Mar 2016 17:41:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 497AF21C01A for ; Sat, 26 Mar 2016 17:41:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30053340C7B for ; Sat, 26 Mar 2016 17:41:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C955B845 for ; Sat, 26 Mar 2016 17:41:52 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1459014101.eb435028ba3ed7e7c3c5852e77437dabe1b1db3b.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: eb435028ba3ed7e7c3c5852e77437dabe1b1db3b X-VCS-Branch: master Date: Sat, 26 Mar 2016 17:41:52 +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: 177d308d-ae43-4582-9ebe-96cda3916613 X-Archives-Hash: 68a6f90baa6717dce9a2acc423c99fdf commit: eb435028ba3ed7e7c3c5852e77437dabe1b1db3b Author: Michael Palimaka gentoo org> AuthorDate: Sat Mar 26 17:40:51 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Mar 26 17:41:41 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=eb435028 kde5.eclass: improve test support for extra-cmake-modules eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index ea8f7cc..b1a3cfc 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -493,7 +493,7 @@ kde5_src_prepare() { fi # in frameworks, tests = manual tests so never build them - if [[ ${CATEGORY} = kde-frameworks ]]; then + if [[ ${CATEGORY} = kde-frameworks ]] && [[ ${PN} != extra-cmake-modules ]]; then cmake_comment_add_subdirectory tests fi