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.49.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.49.ebuild')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.49.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/lvm2/lvm2-2.02.49.ebuild b/sys-fs/lvm2/lvm2-2.02.49.ebuild index ad8fa2c898d3..a6e35039ace0 100644 --- a/sys-fs/lvm2/lvm2-2.02.49.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.49.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.49.ebuild,v 1.3 2009/09/18 02:05:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.49.ebuild,v 1.4 2009/11/04 07:20:25 robbat2 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs autotools @@ -21,7 +21,7 @@ DEPEND="!!sys-fs/device-mapper cman? ( =sys-cluster/cman-2* ) )" RDEPEND="${DEPEND} - || ( =sys-apps/baselayout-1* >=sys-apps/openrc-0.4 ) + !<sys-apps/openrc-0.4 !!sys-fs/lvm-user !!sys-fs/clvm" |