commit: f9f71ed8b5f3a52309c0e8b4cc5531cb6937b1fc Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon May 14 08:53:04 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon May 14 09:18:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f71ed8
www-client/midori: Run tests in virtualx env Closes: https://bugs.gentoo.org/561608 www-client/midori/midori-0.5.11-r2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www-client/midori/midori-0.5.11-r2.ebuild b/www-client/midori/midori-0.5.11-r2.ebuild index c48d7175b6c..ae182d45fa4 100644 --- a/www-client/midori/midori-0.5.11-r2.ebuild +++ b/www-client/midori/midori-0.5.11-r2.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE='threads(+)' VALA_MAX_API_VERSION=0.34 -inherit gnome2 pax-utils python-any-r1 cmake-utils vala +inherit gnome2 pax-utils python-any-r1 cmake-utils vala virtualx DESCRIPTION="A lightweight web browser based on WebKitGTK+" HOMEPAGE="http://www.midori-browser.org/" @@ -74,6 +74,10 @@ src_configure() { cmake-utils_src_configure } +src_test() { + virtx cmake-utils_src_test +} + src_install() { cmake-utils_src_install }
