diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-18 02:05:33 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-18 02:05:33 +0000 |
commit | 38d21a126ade38f45c983c32de750fcf15aae3c6 (patch) | |
tree | cbd76e521e542c03157386b71a98f362246c2ad3 /sys-fs/lvm2/lvm2-2.02.36.ebuild | |
parent | old (diff) | |
download | gentoo-2-38d21a126ade38f45c983c32de750fcf15aae3c6.tar.gz gentoo-2-38d21a126ade38f45c983c32de750fcf15aae3c6.tar.bz2 gentoo-2-38d21a126ade38f45c983c32de750fcf15aae3c6.zip |
Bug #284926: Update deps to ensure that no old openrc is used, as the init deptree there does not contain the sysfs script. Bug #285360: With EAPI=2, we need to use hard blockers.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/lvm2/lvm2-2.02.36.ebuild')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.36.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-fs/lvm2/lvm2-2.02.36.ebuild b/sys-fs/lvm2/lvm2-2.02.36.ebuild index 2a19fd884a2a..df87c78b49a6 100644 --- a/sys-fs/lvm2/lvm2-2.02.36.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.36.ebuild,v 1.9 2009/07/31 17:51:02 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.36.ebuild,v 1.10 2009/09/18 02:05:33 robbat2 Exp $ EAPI=1 inherit eutils multilib @@ -21,6 +21,7 @@ DEPEND=">=sys-fs/device-mapper-1.02.24 cman? ( >=sys-cluster/cman-1.01.00 ) )" RDEPEND="${DEPEND} + || ( =sys-apps/baselayout-1* >=sys-apps/openrc-0.4 ) !sys-fs/lvm-user !sys-fs/clvm" |