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:
Doug Goldstein
2016-03-14 23:06:33 -05:00
parent d537027f4c
commit 06a5f34ba6
3 changed files with 3 additions and 0 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.