From 5a6292c157f7e0e83b2e97615affb8313ee558e6 Mon Sep 17 00:00:00 2001 From: Yuan Liao Date: Thu, 19 Jan 2023 15:56:48 -0800 Subject: [PATCH] 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 --- 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 24ee0bf146..ae884dac1f 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() {