From 8f88bbef7ca849d56c1cace942ee730ae9be3cfe Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 14 May 2024 18:57:53 -0400 Subject: CI: gentoo: explicitly install gdbus-codegen It is now getting uninstalled instead of updated, due to blockers on old glib. In fact, we explicitly need it... --- ci/ciimage/gentoo/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/ciimage/gentoo/install.sh b/ci/ciimage/gentoo/install.sh index 58749bc..6698ed5 100755 --- a/ci/ciimage/gentoo/install.sh +++ b/ci/ciimage/gentoo/install.sh @@ -24,6 +24,7 @@ pkgs_stable=( #dev-util/bindgen dev-libs/elfutils + dev-util/gdbus-codegen dev-libs/gobject-introspection dev-util/itstool dev-libs/protobuf -- cgit v1.1