diff options
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-3.0.4_p1.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/xen/xen-3.0.4_p1.ebuild | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/app-emulation/xen-tools/xen-tools-3.0.4_p1.ebuild b/app-emulation/xen-tools/xen-tools-3.0.4_p1.ebuild index 98f6029..b20f8c4 100644 --- a/app-emulation/xen-tools/xen-tools-3.0.4_p1.ebuild +++ b/app-emulation/xen-tools/xen-tools-3.0.4_p1.ebuild @@ -5,7 +5,7 @@ inherit flag-o-matic distutils eutils multilib DESCRIPTION="Xend daemon and tools" -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" 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" |