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 CFA7C139694 for ; Wed, 22 Mar 2017 21:32:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0009721C03E; Wed, 22 Mar 2017 21:32:22 +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 CF2B821C03E for ; Wed, 22 Mar 2017 21:32:22 +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 6DAB734162D for ; Wed, 22 Mar 2017 21:32:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB9987172 for ; Wed, 22 Mar 2017 21:32:19 +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: <1490218321.491d29802938498c9fa0f76a0444902daa809946.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/umbrello/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/umbrello/umbrello-17.04.49.9999.ebuild kde-apps/umbrello/umbrello-9999.ebuild X-VCS-Directories: kde-apps/umbrello/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 491d29802938498c9fa0f76a0444902daa809946 X-VCS-Branch: master Date: Wed, 22 Mar 2017 21:32:19 +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: b3cf25bb-149f-4a5a-95bc-efe31668fd52 X-Archives-Hash: 559f46d0c9abf0f9ef15a23ccefe5cdc commit: 491d29802938498c9fa0f76a0444902daa809946 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 22 21:32:01 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 22 21:32:01 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=491d2980 kde-apps/umbrello: Fix tests Reported-by: Frank Krömmelbein gmx.de> Gentoo-bug: 612776 Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/umbrello/umbrello-17.04.49.9999.ebuild | 2 ++ kde-apps/umbrello/umbrello-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/kde-apps/umbrello/umbrello-17.04.49.9999.ebuild b/kde-apps/umbrello/umbrello-17.04.49.9999.ebuild index 19e882df0e..881b0b5986 100644 --- a/kde-apps/umbrello/umbrello-17.04.49.9999.ebuild +++ b/kde-apps/umbrello/umbrello-17.04.49.9999.ebuild @@ -5,6 +5,7 @@ EAPI=6 KDE_HANDBOOK="forceoptional" KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="KDE UML Modeller" @@ -44,6 +45,7 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( -DBUILD_KF5=ON + -DCMAKE_DISABLE_FIND_PACKAGE_LLVM=ON -DBUILD_unittests=$(usex test) ) diff --git a/kde-apps/umbrello/umbrello-9999.ebuild b/kde-apps/umbrello/umbrello-9999.ebuild index 19e882df0e..881b0b5986 100644 --- a/kde-apps/umbrello/umbrello-9999.ebuild +++ b/kde-apps/umbrello/umbrello-9999.ebuild @@ -5,6 +5,7 @@ EAPI=6 KDE_HANDBOOK="forceoptional" KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="KDE UML Modeller" @@ -44,6 +45,7 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( -DBUILD_KF5=ON + -DCMAKE_DISABLE_FIND_PACKAGE_LLVM=ON -DBUILD_unittests=$(usex test) )