commit: 486e7ab86d48eaae9ced688204dac1f692305abe Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Thu Oct 15 16:40:40 2015 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Oct 15 16:44:30 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=486e7ab8
kde-frameworks/kpeople: enable virtual X for tests This makes tests pass outside of a running environment. Interestingly, the failures when it's missing are not the usual missing display errors Gentoo-bug: 548030 Package-Manager: portage-2.2.20.1 kde-frameworks/kpeople/kpeople-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/kpeople/kpeople-9999.ebuild b/kde-frameworks/kpeople/kpeople-9999.ebuild index fdfff1b..911b129 100644 --- a/kde-frameworks/kpeople/kpeople-9999.ebuild +++ b/kde-frameworks/kpeople/kpeople-9999.ebuild @@ -4,6 +4,7 @@ EAPI=5 +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="KDE contact person abstraction library"