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 B4D8E1388C1 for ; Thu, 26 Nov 2015 17:54:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE52921C051; Thu, 26 Nov 2015 17:54:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 733B121C051 for ; Thu, 26 Nov 2015 17:54:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F9B3340545 for ; Thu, 26 Nov 2015 17:54:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A4C29AE for ; Thu, 26 Nov 2015 17:54:31 +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: <1448559555.c3ec19a5ad18b2ab9b23d83d908b97f6cff51fcc.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/umbrello/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/umbrello/umbrello-15.08.3.ebuild kde-apps/umbrello/umbrello-15.12.49.9999.ebuild kde-apps/umbrello/umbrello-9999.ebuild X-VCS-Directories: kde-apps/umbrello/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c3ec19a5ad18b2ab9b23d83d908b97f6cff51fcc X-VCS-Branch: master Date: Thu, 26 Nov 2015 17:54:31 +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: e2cf8c5a-971c-4dea-b557-4bc877329a0e X-Archives-Hash: 55376830d82baf1fbac822709a930ba4 commit: c3ec19a5ad18b2ab9b23d83d908b97f6cff51fcc Author: Michael Palimaka gentoo org> AuthorDate: Thu Nov 26 17:35:02 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Nov 26 17:39:15 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3ec19a5 kde-apps/umbrello: improve handling of unit tests Package-Manager: portage-2.2.26 kde-apps/umbrello/umbrello-15.08.3.ebuild | 3 ++- kde-apps/umbrello/umbrello-15.12.49.9999.ebuild | 3 ++- kde-apps/umbrello/umbrello-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/kde-apps/umbrello/umbrello-15.08.3.ebuild b/kde-apps/umbrello/umbrello-15.08.3.ebuild index f018bab..9f30467 100644 --- a/kde-apps/umbrello/umbrello-15.08.3.ebuild +++ b/kde-apps/umbrello/umbrello-15.08.3.ebuild @@ -5,7 +5,7 @@ EAPI=5 KDE_HANDBOOK="true" -KDE_TEST="true" +KDE_TEST="forceoptional" inherit kde5 DESCRIPTION="KDE UML Modeller" @@ -48,6 +48,7 @@ DEPEND="${RDEPEND}" src_configure() { local mycmakeargs=( -DBUILD_KF5=ON + -DBUILD_unittests=$(usex test) ) kde5_src_configure diff --git a/kde-apps/umbrello/umbrello-15.12.49.9999.ebuild b/kde-apps/umbrello/umbrello-15.12.49.9999.ebuild index 1b99db0..ec8cb47 100644 --- a/kde-apps/umbrello/umbrello-15.12.49.9999.ebuild +++ b/kde-apps/umbrello/umbrello-15.12.49.9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 KDE_HANDBOOK="true" -KDE_TEST="true" +KDE_TEST="forceoptional" inherit kde5 DESCRIPTION="KDE UML Modeller" @@ -48,6 +48,7 @@ DEPEND="${RDEPEND}" src_configure() { local mycmakeargs=( -DBUILD_KF5=ON + -DBUILD_unittests=$(usex test) ) kde5_src_configure diff --git a/kde-apps/umbrello/umbrello-9999.ebuild b/kde-apps/umbrello/umbrello-9999.ebuild index 1b99db0..ec8cb47 100644 --- a/kde-apps/umbrello/umbrello-9999.ebuild +++ b/kde-apps/umbrello/umbrello-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 KDE_HANDBOOK="true" -KDE_TEST="true" +KDE_TEST="forceoptional" inherit kde5 DESCRIPTION="KDE UML Modeller" @@ -48,6 +48,7 @@ DEPEND="${RDEPEND}" src_configure() { local mycmakeargs=( -DBUILD_KF5=ON + -DBUILD_unittests=$(usex test) ) kde5_src_configure