diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2006-05-19 12:09:27 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2006-05-19 12:09:27 +0000 |
commit | e6df10b413e91021d79cd29a471047cb2eb69ad3 (patch) | |
tree | caddc47c7b24d85451cba063f6f2fc2b2a0fc2d8 /app-emulation/domi | |
parent | fix udev loopback device, thanks to marduk in #130855 (diff) | |
download | gentoo-2-e6df10b413e91021d79cd29a471047cb2eb69ad3.tar.gz gentoo-2-e6df10b413e91021d79cd29a471047cb2eb69ad3.tar.bz2 gentoo-2-e6df10b413e91021d79cd29a471047cb2eb69ad3.zip |
add some extra depends
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'app-emulation/domi')
-rw-r--r-- | app-emulation/domi/domi-20060406-r1.ebuild | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/app-emulation/domi/domi-20060406-r1.ebuild b/app-emulation/domi/domi-20060406-r1.ebuild index 9cdc744e3db1..3814acd49374 100644 --- a/app-emulation/domi/domi-20060406-r1.ebuild +++ b/app-emulation/domi/domi-20060406-r1.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/app-emulation/domi/domi-20060406-r1.ebuild,v 1.1 2006/05/19 11:57:12 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/domi-20060406-r1.ebuild,v 1.2 2006/05/19 12:09:27 chrb Exp $ inherit eutils DESCRIPTION="Scripts for building Xen domains" @@ -11,7 +11,16 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="app-emulation/xen-tools" +DEPEND="app-emulation/xen-tools + app-arch/rpm + sys-apps/parted + sys-fs/lvm2" +# there are some other depends we may need depending on the target system +# these packages aren't in gentoo yet. feel free to submit ebuilds via bugzilla. +# yum +# kpartx +# y2pmsh + S=${WORKDIR}/${PN} src_unpack() { |