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 7D862139694 for ; Wed, 22 Mar 2017 21:32:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C42A321C028; Wed, 22 Mar 2017 21:32: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 9FA7221C028 for ; Wed, 22 Mar 2017 21:32:56 +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 AB80234112A for ; Wed, 22 Mar 2017 21:32:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B7637172 for ; Wed, 22 Mar 2017 21:32:54 +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: <1490218356.0fcbf618792a1a4e80306b6ecc55f7c3be617809.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/umbrello/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/umbrello/umbrello-16.12.3.ebuild X-VCS-Directories: kde-apps/umbrello/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0fcbf618792a1a4e80306b6ecc55f7c3be617809 X-VCS-Branch: master Date: Wed, 22 Mar 2017 21:32:54 +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: f4a6b3d8-83ee-4879-a020-4e3f582793ba X-Archives-Hash: 48c09de6c115bcbca2c05032dc405e51 commit: 0fcbf618792a1a4e80306b6ecc55f7c3be617809 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 22 21:31:50 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 22 21:32:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcbf618 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-16.12.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-apps/umbrello/umbrello-16.12.3.ebuild b/kde-apps/umbrello/umbrello-16.12.3.ebuild index 1dde9307b8f..c6c6865f139 100644 --- a/kde-apps/umbrello/umbrello-16.12.3.ebuild +++ b/kde-apps/umbrello/umbrello-16.12.3.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) )