Skip to content

Commit

Permalink
build_packages: Break another dep loop
Browse files Browse the repository at this point in the history
It came up with net-libs/nghttp2 adding some integration with systemd.
  • Loading branch information
krnowak committed Oct 17, 2023
1 parent 8401c9e commit b2b42d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build_packages
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,13 @@ if [[ "${FLAGS_usepkgonly}" -eq "${FLAGS_FALSE}" ]]; then
# lvm2[udev] -> virtual/udev -> systemd[cryptsetup] -> cryptsetup -> lvm2
# lvm2[systemd] -> systemd[cryptsetup] -> cryptsetup -> lvm2
# systemd[cryptsetup] -> cryptsetup[udev] -> virtual/udev -> systemd
# curl[http2] -> nghttp2[systemd] -> systemd[curl] -> curl
break_dep_loop sys-apps/util-linux udev,systemd,cryptsetup \
sys-fs/cryptsetup udev \
sys-fs/lvm2 udev,systemd \
sys-apps/systemd cryptsetup
sys-apps/systemd cryptsetup,curl \
net-misc/curl http2 \
net-libs/nghttp2 systemd
fi

export KBUILD_BUILD_USER="${BUILD_USER:-build}"
Expand Down

0 comments on commit b2b42d9

Please sign in to comment.