Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/
Date: Thu, 24 Dec 2020 04:30:57
Message-Id: 1608784247.8ecf93aeaa8d339d74dd99f356fd84a77e78a108.mattst88@gentoo
1 commit: 8ecf93aeaa8d339d74dd99f356fd84a77e78a108
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 04:27:56 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 04:30:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ecf93ae
7
8 media-libs/libepoxy: Use virtualx for running tests
9
10 Otherwise most of the tests skip.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 media-libs/libepoxy/libepoxy-9999.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild
18 index 329b128e948..ecd6c30c496 100644
19 --- a/media-libs/libepoxy/libepoxy-9999.ebuild
20 +++ b/media-libs/libepoxy/libepoxy-9999.ebuild
21 @@ -5,7 +5,7 @@ EAPI=7
22
23 PYTHON_COMPAT=( python3_{6,7,8,9} )
24 PYTHON_REQ_USE='xml(+)'
25 -inherit meson multilib-minimal python-any-r1
26 +inherit meson multilib-minimal python-any-r1 virtualx
27
28 if [[ ${PV} = 9999* ]]; then
29 EGIT_REPO_URI="https://github.com/anholt/${PN}.git"
30 @@ -46,7 +46,7 @@ multilib_src_compile() {
31 }
32
33 multilib_src_test() {
34 - meson_src_test
35 + virtx meson_src_test
36 }
37
38 multilib_src_install() {