summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2009-04-10 16:54:46 +0000
committerCaleb Tennis <caleb@gentoo.org>2009-04-10 16:54:46 +0000
commiteca98dddf448ad32a4c6c0b1b0b01a46b52d7028 (patch)
treecdd190224f7b2830c9d1965792507671ac3d3287 /sys-fs/multipath-tools/multipath-tools-0.4.7-r2.ebuild
parentFix device-mapper dep for new lvm2, see bug #265599 (diff)
downloadgentoo-2-eca98dddf448ad32a4c6c0b1b0b01a46b52d7028.tar.gz
gentoo-2-eca98dddf448ad32a4c6c0b1b0b01a46b52d7028.tar.bz2
gentoo-2-eca98dddf448ad32a4c6c0b1b0b01a46b52d7028.zip
Fix devicemapper dep for new lvm2, see bug #265599
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'sys-fs/multipath-tools/multipath-tools-0.4.7-r2.ebuild')
-rw-r--r--sys-fs/multipath-tools/multipath-tools-0.4.7-r2.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/multipath-tools/multipath-tools-0.4.7-r2.ebuild b/sys-fs/multipath-tools/multipath-tools-0.4.7-r2.ebuild
index fdf91c861b4d..02b6f232a1d5 100644
--- a/sys-fs/multipath-tools/multipath-tools-0.4.7-r2.ebuild
+++ b/sys-fs/multipath-tools/multipath-tools-0.4.7-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.7-r2.ebuild,v 1.3 2008/02/02 06:09:46 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.7-r2.ebuild,v 1.4 2009/04/10 16:54:46 caleb Exp $
inherit eutils toolchain-funcs
@@ -13,7 +13,10 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND=">=sys-fs/device-mapper-1.00.19-r1
+RDEPEND="|| (
+ >=sys-fs/lvm2-2.02.45
+ >=sys-fs/device-mapper-1.00.19-r1
+ )
sys-fs/udev
sys-fs/sysfsutils"
DEPEND="${RDEPEND}"