mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 06:56:58 +02:00
Merge pull request #1288 from flatcar/t-lo/fix-systemd-curl-cyclic-dep
build_packages: fix systemd cyclic deps resolver
This commit is contained in:
commit
e8187981fb
@ -276,7 +276,7 @@ if [[ "${FLAGS_usepkgonly}" -eq "${FLAGS_FALSE}" ]]; then
|
|||||||
break_dep_loop sys-apps/util-linux udev,systemd,cryptsetup \
|
break_dep_loop sys-apps/util-linux udev,systemd,cryptsetup \
|
||||||
sys-fs/cryptsetup udev \
|
sys-fs/cryptsetup udev \
|
||||||
sys-fs/lvm2 udev,systemd \
|
sys-fs/lvm2 udev,systemd \
|
||||||
sys-apps/systemd cryptsetup,curl \
|
sys-apps/systemd cryptsetup \
|
||||||
net-misc/curl http2 \
|
net-misc/curl http2 \
|
||||||
net-libs/nghttp2 systemd
|
net-libs/nghttp2 systemd
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user