diff options
author | 2013-01-31 15:44:24 +0000 | |
---|---|---|
committer | 2013-01-31 15:44:24 +0000 | |
commit | 294b2dc3c075946f2e8d41c688aebc7745f80a8b (patch) | |
tree | 5bc386d8952ec67587dea14907264e40eebc84d3 /app-emulation/xen/xen-4.2.0-r1.ebuild | |
parent | Fix sensord init script that was typoed (thanks to Gordon Pritchard for the r... (diff) | |
download | historical-294b2dc3c075946f2e8d41c688aebc7745f80a8b.tar.gz historical-294b2dc3c075946f2e8d41c688aebc7745f80a8b.tar.bz2 historical-294b2dc3c075946f2e8d41c688aebc7745f80a8b.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
Package-Manager: portage-2.1.11.40/cvs/Linux x86_64
Manifest-Sign-Key: 0xB8072B0D
Diffstat (limited to 'app-emulation/xen/xen-4.2.0-r1.ebuild')
-rw-r--r-- | app-emulation/xen/xen-4.2.0-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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" |