media-libs/grilo: unittests require dbus activation, which requires X11
authorGilles Dartiguelongue <eva@gentoo.org>
Sun, 21 Aug 2016 21:44:03 +0000 (23:44 +0200)
committerGilles Dartiguelongue <eva@gentoo.org>
Sun, 21 Aug 2016 21:45:28 +0000 (23:45 +0200)
Package-Manager: portage-2.3.0

media-libs/grilo/grilo-0.3.1.ebuild

index 7917d8b923891c635b3d0f0c2fc1b57979f7e370..8a4b5682f0a6d3cd8268675b2b08de22e20addbe 100644 (file)
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 VALA_MIN_API_VERSION="0.28"
 VALA_USE_DEPEND="vapigen"
 
-inherit gnome2 python-any-r1 vala
+inherit gnome2 python-any-r1 vala virtualx
 
 DESCRIPTION="A framework for easy media discovery and browsing"
 HOMEPAGE="https://wiki.gnome.org/Projects/Grilo"
@@ -76,6 +76,10 @@ src_configure() {
                $(use_enable vala)
 }
 
+src_test() {
+       virtx emake check
+}
+
 src_install() {
        gnome2_src_install
        # Upstream made this conditional on gtk-doc build...