From 4847edfccc755838cfc1bef37220284f4baec7b0 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 1 Nov 2024 08:18:55 +0100 Subject: [PATCH] tests: Hack Gentoo build About a month ago, vala fell out of umockdev's build dependencies. Explicitly install it. --- tests/run-gentoo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/run-gentoo b/tests/run-gentoo index e174b41..a35539c 100755 --- a/tests/run-gentoo +++ b/tests/run-gentoo @@ -21,6 +21,8 @@ $RUNC run --interactive ${OPTS:-} \ echo 'FEATURES="\${FEATURES} binpkg-request-signature"' >> /etc/portage/make.conf # install build dependencies ACCEPT_KEYWORDS="~*" emerge dev-util/umockdev --with-test-deps --onlydeps --getbinpkg +# HACK: for some reason not part of build deps any more +emerge --getbinpkg dev-lang/vala # install git, "meson dist" dependency emerge --getbinpkg dev-vcs/git