diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-05-14 10:53:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-14 11:18:03 +0200 |
commit | f9f71ed8b5f3a52309c0e8b4cc5531cb6937b1fc (patch) | |
tree | 70b7a15de3ff0235ca8a3103c92fe6781e4ace33 | |
parent | www-client/midori: Fix respecting USE=xscreensaver (diff) | |
download | gentoo-f9f71ed8b5f3a52309c0e8b4cc5531cb6937b1fc.tar.gz gentoo-f9f71ed8b5f3a52309c0e8b4cc5531cb6937b1fc.tar.bz2 gentoo-f9f71ed8b5f3a52309c0e8b4cc5531cb6937b1fc.zip |
www-client/midori: Run tests in virtualx env
Closes: https://bugs.gentoo.org/561608
-rw-r--r-- | www-client/midori/midori-0.5.11-r2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www-client/midori/midori-0.5.11-r2.ebuild b/www-client/midori/midori-0.5.11-r2.ebuild index c48d7175b6ce..ae182d45fa47 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 } |