diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-04-09 10:05:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-04-09 10:05:49 +0000 |
commit | cccd9913ef38c1996b6fadbcce049ccb8fd9230a (patch) | |
tree | 1a6a3ace46701e98188ecb53d51cc63b56af0d80 /sys-boot/lilo/lilo-23.2-r1.ebuild | |
parent | Remove sys-fs/device-mapper from || () syntax in favour of sys-fs/lvm2 wrt #4... (diff) | |
download | historical-cccd9913ef38c1996b6fadbcce049ccb8fd9230a.tar.gz historical-cccd9913ef38c1996b6fadbcce049ccb8fd9230a.tar.bz2 historical-cccd9913ef38c1996b6fadbcce049ccb8fd9230a.zip |
Remove sys-fs/device-mapper from || () syntax in favour of sys-fs/lvm2 wrt #461382
Package-Manager: portage-2.2.0_alpha171/cvs/Linux x86_64
Manifest-Sign-Key: 0x4868F14D
Diffstat (limited to 'sys-boot/lilo/lilo-23.2-r1.ebuild')
-rw-r--r-- | sys-boot/lilo/lilo-23.2-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-boot/lilo/lilo-23.2-r1.ebuild b/sys-boot/lilo/lilo-23.2-r1.ebuild index be7ac62bdc03..4bc1d8619b69 100644 --- a/sys-boot/lilo/lilo-23.2-r1.ebuild +++ b/sys-boot/lilo/lilo-23.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-23.2-r1.ebuild,v 1.3 2011/04/25 01:44:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-23.2-r1.ebuild,v 1.4 2013/04/09 10:05:19 ssuominen Exp $ EAPI="2" @@ -23,9 +23,7 @@ LICENSE="BSD GPL-2" KEYWORDS="-* ~amd64 ~x86" DEPEND=">=sys-devel/bin86-0.15.5" -RDEPEND="device-mapper? ( || ( - >=sys-fs/lvm2-2.02.45 - >=sys-fs/device-mapper-1.02.12 ) )" +RDEPEND="device-mapper? ( >=sys-fs/lvm2-2.02.45 )" src_prepare() { # this patch is needed when booting PXE and the device you're using |