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 9E04059CA9 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 1384E21C01A; Sat, 26 Mar 2016 17:41:56 +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 7C3F721C01A for ; Sat, 26 Mar 2016 17:41:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 486F3340C8A 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 DB9E1869 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.9eaf81cc829b3bc6efe40e674868fa9345600dda.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/extra-cmake-modules/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild X-VCS-Directories: kde-frameworks/extra-cmake-modules/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9eaf81cc829b3bc6efe40e674868fa9345600dda 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: 30cca0c7-6ba4-46cc-bc2c-64a8e2eb7a67 X-Archives-Hash: e7c2f59d6f26b666a5083e143a19a091 commit: 9eaf81cc829b3bc6efe40e674868fa9345600dda Author: Michael Palimaka gentoo org> AuthorDate: Sat Mar 26 17:38:46 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=9eaf81cc kde-frameworks/extra-cmake-modules: improve test support Package-Manager: portage-2.2.28 kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild index 6a46101..c548a0c 100644 --- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild +++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-9999.ebuild @@ -7,6 +7,7 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) KDE_AUTODEPS="false" KDE_DEBUG="false" +KDE_TEST="false" inherit kde5 python-any-r1 DESCRIPTION="Extra modules and scripts for CMake" @@ -14,7 +15,7 @@ HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules" LICENSE="BSD" KEYWORDS="" -IUSE="doc" +IUSE="doc test" DEPEND=" >=dev-util/cmake-2.8.12 @@ -22,6 +23,10 @@ DEPEND=" ${PYTHON_DEPS} $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]') ) + test? ( + $(add_qt_dep qtcore) + $(add_qt_dep linguist-tools) + ) " python_check_deps() {