mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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 )"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user