commit: 2270b37a0599816fe06c606111ffdc4bc7ed1d5d
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 14 21:54:28 2025 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Sep 14 21:54:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2270b37a
dev-build/muon: Add missing dev-util/glib-utils test dependency
The gnome test tries to find glib-mkenums.
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
dev-build/muon/muon-0.4.0.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-build/muon/muon-0.4.0.ebuild b/dev-build/muon/muon-0.4.0.ebuild
index 469e7ea56f27..2d205f012c2c 100644
--- a/dev-build/muon/muon-0.4.0.ebuild
+++ b/dev-build/muon/muon-0.4.0.ebuild
@@ -32,7 +32,10 @@ DEPEND="
"
RDEPEND="${DEPEND}"
BDEPEND="
- test? ( dev-util/gdbus-codegen )
+ test? (
+ dev-util/gdbus-codegen
+ dev-util/glib-utils
+ )
"
RESTRICT="!test? ( test )"