diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-04 07:20:25 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-04 07:20:25 +0000 |
commit | e2054036003a503e4cc744c7e215cd2eb92caaaf (patch) | |
tree | 1ec229db0ceae5dc68cb446bd3446506a0bed3ab /sys-fs/lvm2/lvm2-2.02.42.ebuild | |
parent | Bump, should fix recent problems with captcha windows (diff) | |
download | gentoo-2-e2054036003a503e4cc744c7e215cd2eb92caaaf.tar.gz gentoo-2-e2054036003a503e4cc744c7e215cd2eb92caaaf.tar.bz2 gentoo-2-e2054036003a503e4cc744c7e215cd2eb92caaaf.zip |
Bug #285868: Change openrc dep to make it not downgrade BL2 users to BL1 _or_ upgrade BL1 users to BL2. This should have the same effect as || ( =sys-apps/baselayout-1* >=sys-apps/openrc-0.4 ) without the bad side effect.
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/lvm2/lvm2-2.02.42.ebuild')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.42.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/lvm2/lvm2-2.02.42.ebuild b/sys-fs/lvm2/lvm2-2.02.42.ebuild index 4ff650495491..6a6c922ab055 100644 --- a/sys-fs/lvm2/lvm2-2.02.42.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.42.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.42.ebuild,v 1.6 2009/09/18 02:05:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.42.ebuild,v 1.7 2009/11/04 07:20:25 robbat2 Exp $ EAPI=1 inherit eutils multilib @@ -21,7 +21,7 @@ DEPEND=">=sys-fs/device-mapper-1.02.28 cman? ( >=sys-cluster/cman-1.01.00 ) )" RDEPEND="${DEPEND} - || ( =sys-apps/baselayout-1* >=sys-apps/openrc-0.4 ) + !<sys-apps/openrc-0.4 !sys-fs/lvm-user !sys-fs/clvm" |