File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -267,12 +267,16 @@ if [[ "${FLAGS_usepkgonly}" -eq "${FLAGS_FALSE}" ]]; then
267267 # lvm2[systemd] -> systemd[cryptsetup] -> cryptsetup -> lvm2
268268 # systemd[cryptsetup] -> cryptsetup[udev] -> virtual/udev -> systemd
269269 # curl[http2] -> nghttp2[systemd] -> systemd[curl] -> curl
270+ # sys-libs/pam[systemd] -> sys-apps/system[pam] -> sys-libs/pam
271+ # not dropping pam from sys-apps/systemd, otherwise we would need
272+ # to drop pam from sys-auth/pambase
270273 break_dep_loop sys-apps/util-linux udev,systemd,cryptsetup \
271274 sys-fs/cryptsetup udev \
272275 sys-fs/lvm2 udev,systemd \
273276 sys-apps/systemd cryptsetup,tpm \
274277 net-misc/curl http2 \
275- net-libs/nghttp2 systemd
278+ net-libs/nghttp2 systemd \
279+ sys-libs/pam systemd
276280fi
277281
278282if [[ " ${FLAGS_only_resolve_circular_deps} " -eq " ${FLAGS_TRUE} " ]]; then
You can’t perform that action at this time.
0 commit comments