From 5b398f84cd0a884ca77a7bf3436ecb3b35e46d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Wed, 21 Oct 2020 23:12:16 -0300 Subject: [PATCH] dracut: add docbook-xml to hostmakedeps to fix builders. --- srcpkgs/dracut/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/dracut/template b/srcpkgs/dracut/template index 32073d01ce9..27743569eda 100644 --- a/srcpkgs/dracut/template +++ b/srcpkgs/dracut/template @@ -5,7 +5,8 @@ revision=9 build_style=configure configure_args="--prefix=/usr --sysconfdir=/etc" conf_files="/etc/dracut.conf" -hostmakedepends="asciidoc pkg-config" +# XXX: docbook-xml was added to sort builders out, can be removed +hostmakedepends="asciidoc docbook-xml pkg-config" makedepends="libkmod-devel" depends="bash coreutils cpio eudev gzip kmod>=3.7 kpartx util-linux" short_desc="Low-level tool for generating an initramfs/initrd image"