diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-04-25 01:44:37 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-04-25 01:44:37 +0000 |
commit | cd1e3d18a03bbfbdcc8114fe969c70c208c7b94b (patch) | |
tree | b87397f9d235fd76e26c02380017b2ae019ef319 /sys-boot/lilo/lilo-23.2-r1.ebuild | |
parent | Fix buffer overflow, bug 339898 (diff) | |
download | historical-cd1e3d18a03bbfbdcc8114fe969c70c208c7b94b.tar.gz historical-cd1e3d18a03bbfbdcc8114fe969c70c208c7b94b.tar.bz2 historical-cd1e3d18a03bbfbdcc8114fe969c70c208c7b94b.zip |
Remove sharutils dep until images/Makefile is fixed.
Package-Manager: portage-2.2.0_alpha30/cvs/Linux i686
Diffstat (limited to 'sys-boot/lilo/lilo-23.2-r1.ebuild')
-rw-r--r-- | sys-boot/lilo/lilo-23.2-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-boot/lilo/lilo-23.2-r1.ebuild b/sys-boot/lilo/lilo-23.2-r1.ebuild index 262021c108c7..be7ac62bdc03 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 # 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.2 2011/04/23 16:35:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-23.2-r1.ebuild,v 1.3 2011/04/25 01:44:37 jer Exp $ EAPI="2" @@ -22,8 +22,7 @@ SLOT="0" LICENSE="BSD GPL-2" KEYWORDS="-* ~amd64 ~x86" -DEPEND=">=sys-devel/bin86-0.15.5 - app-arch/sharutils" +DEPEND=">=sys-devel/bin86-0.15.5" RDEPEND="device-mapper? ( || ( >=sys-fs/lvm2-2.02.45 >=sys-fs/device-mapper-1.02.12 ) )" |