diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2006-09-25 13:36:49 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2006-09-25 13:36:49 +0000 |
commit | a6a79ed760aaacdd6e47eb1ec401f0be8134a382 (patch) | |
tree | a9e750c044e49e4a24221463ff7199e9f24fe0c1 /sys-boot | |
parent | Revision bump patched to work with python 2.5. (diff) | |
download | gentoo-2-a6a79ed760aaacdd6e47eb1ec401f0be8134a382.tar.gz gentoo-2-a6a79ed760aaacdd6e47eb1ec401f0be8134a382.tar.bz2 gentoo-2-a6a79ed760aaacdd6e47eb1ec401f0be8134a382.zip |
Also remove devmap from DEPEND.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/lilo/lilo-22.7.3.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-boot/lilo/lilo-22.7.3.ebuild b/sys-boot/lilo/lilo-22.7.3.ebuild index b9db9f211b7a..ad726ab7a565 100644 --- a/sys-boot/lilo/lilo-22.7.3.ebuild +++ b/sys-boot/lilo/lilo-22.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.7.3.ebuild,v 1.2 2006/09/25 13:13:29 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.7.3.ebuild,v 1.3 2006/09/25 13:36:49 chainsaw Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -21,9 +21,7 @@ SLOT="0" LICENSE="BSD GPL-2" KEYWORDS="-* ~x86 ~amd64" -RDEPEND="devmap? ( >=sys-fs/device-mapper-1.00.08 )" -DEPEND="${RDEPEND} - >=sys-devel/bin86-0.15.5" +DEPEND=">=sys-devel/bin86-0.15.5" PROVIDE="virtual/bootloader" |