commit:     8ecf93aeaa8d339d74dd99f356fd84a77e78a108
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 24 04:27:56 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 04:30:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ecf93ae

media-libs/libepoxy: Use virtualx for running tests

Otherwise most of the tests skip.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/libepoxy/libepoxy-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild 
b/media-libs/libepoxy/libepoxy-9999.ebuild
index 329b128e948..ecd6c30c496 100644
--- a/media-libs/libepoxy/libepoxy-9999.ebuild
+++ b/media-libs/libepoxy/libepoxy-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8,9} )
 PYTHON_REQ_USE='xml(+)'
-inherit meson multilib-minimal python-any-r1
+inherit meson multilib-minimal python-any-r1 virtualx
 
 if [[ ${PV} = 9999* ]]; then
        EGIT_REPO_URI="https://github.com/anholt/${PN}.git";
@@ -46,7 +46,7 @@ multilib_src_compile() {
 }
 
 multilib_src_test() {
-       meson_src_test
+       virtx meson_src_test
 }
 
 multilib_src_install() {

Reply via email to