commit:     0fcbf618792a1a4e80306b6ecc55f7c3be617809
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 21:31:50 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <kroemmelbein <AT> 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)
        )
 

Reply via email to