diff options
author | 2013-02-25 17:43:21 +0000 | |
---|---|---|
committer | 2013-02-25 17:43:21 +0000 | |
commit | 42c09f4dc4fbb5ef6bb2817fa445b057dc223921 (patch) | |
tree | 2e85b3436f51ea0e96d616dc30d27a9361b51ec0 /app-emulation/xen | |
parent | Cleanup. (diff) | |
download | gentoo-2-42c09f4dc4fbb5ef6bb2817fa445b057dc223921.tar.gz gentoo-2-42c09f4dc4fbb5ef6bb2817fa445b057dc223921.tar.bz2 gentoo-2-42c09f4dc4fbb5ef6bb2817fa445b057dc223921.zip |
Add the intended dep to support efi in 4.2.0-r2
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emulation/xen')
-rw-r--r-- | app-emulation/xen/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen/xen-4.2.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog index 685c6f90f560..101da380e941 100644 --- a/app-emulation/xen/ChangeLog +++ b/app-emulation/xen/ChangeLog @@ -1,6 +1,9 @@ # 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.110 2013/02/24 08:23:59 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.111 2013/02/25 17:43:21 idella4 Exp $ + + 25 Feb 2013; Ian Delaney <idella4@gentoo.org> xen-4.2.0-r2.ebuild: + Add the intended dep to support efi in 4.2.0-r2 *xen-4.2.1-r2 (24 Feb 2013) *xen-4.2.0-r2 (24 Feb 2013) diff --git a/app-emulation/xen/xen-4.2.0-r2.ebuild b/app-emulation/xen/xen-4.2.0-r2.ebuild index f40d08b2fb05..7faf9c8ab6eb 100644 --- a/app-emulation/xen/xen-4.2.0-r2.ebuild +++ b/app-emulation/xen/xen-4.2.0-r2.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-r2.ebuild,v 1.1 2013/02/24 08:23:59 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.0-r2.ebuild,v 1.2 2013/02/25 17:43:21 idella4 Exp $ EAPI=5 @@ -26,7 +26,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="custom-cflags debug efi flask pae xsm" -RDEPEND="" +RDEPEND="efi? ( >=sys-devel/binutils-2.22[multitarget] )" PDEPEND="~app-emulation/xen-tools-${PV}[${PYTHON_USEDEP}]" RESTRICT="test" |