diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-01-31 15:43:53 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-01-31 15:43:53 +0000 |
commit | 5d92bad8dde24d1162793680b40336f94721932f (patch) | |
tree | 91ee0b7586623d3ff5dba1f30f7d7c278e52c197 /app-emulation | |
parent | Fix sensord init script that was typoed (thanks to Gordon Pritchard for the r... (diff) | |
download | gentoo-2-5d92bad8dde24d1162793680b40336f94721932f.tar.gz gentoo-2-5d92bad8dde24d1162793680b40336f94721932f.tar.bz2 gentoo-2-5d92bad8dde24d1162793680b40336f94721932f.zip |
Removal of un-needed dep grub or grub-static from RDEP in 4.2.0-r1.4.2.1-r1, from user a.m in Bug #447716
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/xen/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.2.0-r1.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.2.1-r1.ebuild | 5 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 2292930b2006..c0b19175d0bd 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.102 2013/01/30 12:12:31 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.103 2013/01/31 15:43:53 idella4 Exp $ + + 01 Feb 2013; Ian Delaney <idella4@gentoo.org> xen-4.2.0-r1.ebuild, + xen-4.2.1-r1.ebuild: + Removal of un-needed dep grub or grub-static from RDEP in 4.2.0-r1.4.2.1-r1, + from user a.m in Bug #447716 *xen-4.2.1-r1 (30 Jan 2013) *xen-4.2.0-r1 (30 Jan 2013) diff --git a/app-emulation/xen/xen-4.2.0-r1.ebuild b/app-emulation/xen/xen-4.2.0-r1.ebuild index 50e56010e7f3..0d7f36dd91d9 100644 --- a/app-emulation/xen/xen-4.2.0-r1.ebuild +++ b/app-emulation/xen/xen-4.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.0-r1.ebuild,v 1.1 2013/01/30 12:12:31 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.0-r1.ebuild,v 1.2 2013/01/31 15:43:53 idella4 Exp $ EAPI=5 @@ -26,8 +26,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="custom-cflags debug flask pae xsm" -RDEPEND="|| ( sys-boot/grub - sys-boot/grub-static )" +RDEPEND="" PDEPEND="~app-emulation/xen-tools-${PV}[${PYTHON_USEDEP}]" RESTRICT="test" diff --git a/app-emulation/xen/xen-4.2.1-r1.ebuild b/app-emulation/xen/xen-4.2.1-r1.ebuild index 2e882bce1972..b3d3a8896b0d 100644 --- a/app-emulation/xen/xen-4.2.1-r1.ebuild +++ b/app-emulation/xen/xen-4.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.1-r1.ebuild,v 1.1 2013/01/30 12:12:31 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.1-r1.ebuild,v 1.2 2013/01/31 15:43:53 idella4 Exp $ EAPI=5 @@ -26,8 +26,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="custom-cflags debug flask pae xsm" -RDEPEND="|| ( sys-boot/grub - sys-boot/grub-static )" +RDEPEND="" PDEPEND="~app-emulation/xen-tools-${PV}" RESTRICT="test" |