mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-fs/lvm2: fix issue building with USE=systemd
When building with USE=systemd, we need to pull it in since it is built against. Gentoo-Bug: 570788 Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
This commit is contained in:
@@ -27,6 +27,7 @@ DEPEND_COMMON="
|
||||
)
|
||||
|
||||
readline? ( sys-libs/readline:0= )
|
||||
systemd? ( >=sys-apps/systemd-205:0= )
|
||||
udev? ( >=virtual/libudev-208:=[static-libs?] )"
|
||||
# /run is now required for locking during early boot. /var cannot be assumed to
|
||||
# be available -- thus, pull in recent enough baselayout for /run.
|
||||
|
||||
@@ -27,6 +27,7 @@ DEPEND_COMMON="
|
||||
)
|
||||
|
||||
readline? ( sys-libs/readline:0= )
|
||||
systemd? ( >=sys-apps/systemd-205:0= )
|
||||
udev? ( >=virtual/libudev-208:=[static-libs?] )"
|
||||
# /run is now required for locking during early boot. /var cannot be assumed to
|
||||
# be available -- thus, pull in recent enough baselayout for /run.
|
||||
|
||||
@@ -27,6 +27,7 @@ DEPEND_COMMON="
|
||||
)
|
||||
|
||||
readline? ( sys-libs/readline:0= )
|
||||
systemd? ( >=sys-apps/systemd-205:0= )
|
||||
udev? ( >=virtual/libudev-208:=[static-libs?] )"
|
||||
# /run is now required for locking during early boot. /var cannot be assumed to
|
||||
# be available -- thus, pull in recent enough baselayout for /run.
|
||||
|
||||
Reference in New Issue
Block a user