commit:     5a6292c157f7e0e83b2e97615affb8313ee558e6
Author:     Yuan Liao <liaoyuan <AT> gmail <DOT> com>
AuthorDate: Thu Jan 19 23:56:48 2023 +0000
Commit:     Yuan Liao <liaoyuan <AT> gmail <DOT> com>
CommitDate: Thu Jan 19 23:56:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a6292c1

dev-util/blueprint-compiler: Update test execution for live ebuild

An X environment is now required to run the tests.

Reference: 
https://gitlab.gnome.org/jwestman/blueprint-compiler/-/commit/039d88ab45001cf799c421e58d4669a0596c4d29
Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>

 dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild 
b/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild
index 24ee0bf14..ae884dac1 100644
--- a/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild
+++ b/dev-util/blueprint-compiler/blueprint-compiler-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit meson python-r1
+inherit meson python-r1 virtualx
 
 if [[ ${PV} == *9999 ]]; then
        inherit git-r3
@@ -57,7 +57,7 @@ src_compile() {
 }
 
 src_test() {
-       python_foreach_impl meson_src_test
+       virtx python_foreach_impl meson_src_test
 }
 
 src_install() {

Reply via email to