diff options
author | 2009-11-04 07:20:25 +0000 | |
---|---|---|
committer | 2009-11-04 07:20:25 +0000 | |
commit | 071c2e5988a5ec2337d53b0575c2860e75c0a66f (patch) | |
tree | 28de368f95626c72f6d005f553290cf2c3386fb5 /sys-fs/lvm2/lvm2-2.02.49-r2.ebuild | |
parent | Bump, should fix recent problems with captcha windows (diff) | |
download | historical-071c2e5988a5ec2337d53b0575c2860e75c0a66f.tar.gz historical-071c2e5988a5ec2337d53b0575c2860e75c0a66f.tar.bz2 historical-071c2e5988a5ec2337d53b0575c2860e75c0a66f.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.
Package-Manager: portage-2.2_rc48/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/lvm2/lvm2-2.02.49-r2.ebuild')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.49-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/lvm2/lvm2-2.02.49-r2.ebuild b/sys-fs/lvm2/lvm2-2.02.49-r2.ebuild index 509fc7236d4f..11f831b99494 100644 --- a/sys-fs/lvm2/lvm2-2.02.49-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.49-r2.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-r2.ebuild,v 1.3 2009/09/18 02:05:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.49-r2.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 >=sys-apps/util-linux-2.16" |