mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 19:11:20 +02:00
fix(sys-apps/systemd): Fix systemd build during SDK bootstrap.
Since we have started patching the man pages we need to pull in docbook and xslt to generate fresh ones. Doesn't impact other builds since docbook is only missing early in the bootstrap process.
This commit is contained in:
parent
f58115c31f
commit
e74026d471
@ -91,12 +91,15 @@ DEPEND="${COMMON_DEPEND}
|
||||
python? ( dev-python/lxml[${PYTHON_USEDEP}] )
|
||||
test? ( >=sys-apps/dbus-1.6.8-r1:0 )"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
# Pull in docbook to rebuild man pages since we are patching them
|
||||
DEPEND="${DEPEND}
|
||||
app-text/docbook-xml-dtd:4.2
|
||||
app-text/docbook-xml-dtd:4.5
|
||||
app-text/docbook-xsl-stylesheets
|
||||
dev-libs/libxslt:0
|
||||
dev-libs/libxslt:0"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
DEPEND="${DEPEND}
|
||||
dev-libs/gobject-introspection
|
||||
>=dev-libs/libgcrypt-1.4.5:0"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user