summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Marineau <marineam@gentoo.org>2007-05-01 00:36:03 +0000
committerMichael Marineau <marineam@gentoo.org>2007-05-01 00:36:03 +0000
commiteeef123ee26c78980a224b2b6e37eab4805ad383 (patch)
treeb595df216bf3adade927529ad3e00691d8d57e4d /app-emulation/xen/xen-3.0.4_p1.ebuild
parentCopy xen-tools 3.0.2 into overlay and reorganize the files dir. This is what ... (diff)
downloadxen-eeef123ee26c78980a224b2b6e37eab4805ad383.tar.gz
xen-eeef123ee26c78980a224b2b6e37eab4805ad383.tar.bz2
xen-eeef123ee26c78980a224b2b6e37eab4805ad383.zip
Update the Xen homepage url, remove older kernels
svn path=/xen/; revision=26
Diffstat (limited to 'app-emulation/xen/xen-3.0.4_p1.ebuild')
-rw-r--r--app-emulation/xen/xen-3.0.4_p1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/xen/xen-3.0.4_p1.ebuild b/app-emulation/xen/xen-3.0.4_p1.ebuild
index 71de120..1e2d91f 100644
--- a/app-emulation/xen/xen-3.0.4_p1.ebuild
+++ b/app-emulation/xen/xen-3.0.4_p1.ebuild
@@ -5,7 +5,7 @@
inherit mount-boot flag-o-matic
DESCRIPTION="The Xen virtual machine monitor"
-HOMEPAGE="http://xen.sourceforge.net"
+HOMEPAGE="http://www.xensource.com/xen/xen/"
MY_PV=${PV/_p/_}
SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV/_/-}/src.tgz/xen-${MY_PV}-src.tgz"
S="${WORKDIR}/xen-${MY_PV}-src"
@@ -18,7 +18,8 @@ IUSE="debug custom-cflags pae hardened"
RDEPEND="|| ( sys-boot/grub
sys-boot/grub-static )
sys-kernel/xen-sources"
-PDEPEND="~app-emulation/xen-tools-${PV}"
+PDEPEND="~app-emulation/xen-tools-${PV}
+ >=sys-kernel/xen-sources-2.6.16.33"
RESTRICT="test"