sys-fs/lvm2: fix issue building with USE=systemd
authorDoug Goldstein <cardoe@gentoo.org>
Tue, 15 Mar 2016 04:06:33 +0000 (23:06 -0500)
committerDoug Goldstein <cardoe@gentoo.org>
Tue, 15 Mar 2016 04:06:33 +0000 (23:06 -0500)
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>
sys-fs/lvm2/lvm2-2.02.136-r2.ebuild
sys-fs/lvm2/lvm2-2.02.139-r1.ebuild
sys-fs/lvm2/lvm2-2.02.145-r2.ebuild

index 9c1f23937a1adee17148accaf5b80a116c05e65e..f38c85e1d0cc3e864bb4c8fcaedf19943dd3561d 100644 (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.
index 3902dda430f716a4f22a896993434576d959d96a..cbeeb2e7a3d1ca362370ffe0ed2a5a4a7a10da21 100644 (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.
index d1d4d4a4de0f9bf0ae8362ad4ccd6187686c7d46..f7c5dc50070bcead75c4730cd8cf05fe54a8e9f6 100644 (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.