summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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"