mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
dev-util/blueprint-compiler: Update test execution for live ebuild
An X environment is now required to run the tests.
Reference: 039d88ab45
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user