diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-12-23 23:27:56 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-12-23 23:30:47 -0500 |
commit | 8ecf93aeaa8d339d74dd99f356fd84a77e78a108 (patch) | |
tree | 2f2667b8693d3b4a5850ee1eaf9f2ac86f9e56f6 /media-libs | |
parent | net-fs/sshfs: version bump to 3.7.1 (diff) | |
download | gentoo-8ecf93aeaa8d339d74dd99f356fd84a77e78a108.tar.gz gentoo-8ecf93aeaa8d339d74dd99f356fd84a77e78a108.tar.bz2 gentoo-8ecf93aeaa8d339d74dd99f356fd84a77e78a108.zip |
media-libs/libepoxy: Use virtualx for running tests
Otherwise most of the tests skip.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libepoxy/libepoxy-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild index 329b128e948e..ecd6c30c4964 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() { |