[Lunar-commits] <moonbase> udisks: This thing wants a devmapper and does not care if it comes from the

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Aug 23 18:01:37 CEST 2011


commit 3e82c1a282ce0efdc4738b3c1951af0d0c3465a2
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Aug 23 12:01:37 2011 -0400

    udisks: This thing wants a devmapper and does not care if it comes from the
    
    now deleted module device-mapper or lvm2. Even when fixing the optional_depends
    option for lvm2, it should have been --disable-lvm2 not --without-lvm2, udisks
    would still tank on a missing dev mapper.
    
    So unless I am braindead today, lvm2 gets promoted to rank of *depends*.
---
 devel/udisks/DEPENDS |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/devel/udisks/DEPENDS b/devel/udisks/DEPENDS
index 47c8ec9..5bd8e9b 100644
--- a/devel/udisks/DEPENDS
+++ b/devel/udisks/DEPENDS
@@ -3,7 +3,6 @@ depends sg3_utils
 depends libatasmart
 depends udev
 depends parted
-#depends device-mapper # conflicts with lvm2
+depends lvm2
 
-optional_depends lvm2 "" "--without-lvmw2" "for LVM support"
 optional_depends "gtk-doc" "--enable-gtk-doc" "--disable-gtk-doc" "for gtk-doc support"


More information about the Lunar-commits mailing list