summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-03-08 10:33:14 +0000
committerIan Delaney <idella4@gentoo.org>2013-03-08 10:33:14 +0000
commitb6e3299d38c20c7756c171908d74b4505c1c1304 (patch)
tree08f2c13d43c1d5e3185f2ed3692aa8562fb76015 /app-emulation
parentDon't let apache install re-set all permissions on log-dir. (diff)
downloadgentoo-2-b6e3299d38c20c7756c171908d74b4505c1c1304.tar.gz
gentoo-2-b6e3299d38c20c7756c171908d74b4505c1c1304.tar.bz2
gentoo-2-b6e3299d38c20c7756c171908d74b4505c1c1304.zip
Deps fixed addressing IUSE efi, fixes Bug #458947 by a.m!, tested by Paul Freeman
(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/ChangeLog7
-rw-r--r--app-emulation/xen/xen-4.2.0-r2.ebuild6
-rw-r--r--app-emulation/xen/xen-4.2.1-r2.ebuild6
3 files changed, 13 insertions, 6 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog
index df7fe0540c81..3b4501784445 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.113 2013/03/07 17:47:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.114 2013/03/08 10:33:14 idella4 Exp $
+
+ 08 Mar 2013; Ian Delaney <idella4@gentoo.org> xen-4.2.0-r2.ebuild,
+ xen-4.2.1-r1.ebuild, xen-4.2.1-r2.ebuild:
+ Deps fixed addressing IUSE efi, fixes Bug #458947 by a.m!, tested by Paul
+ Freeman
07 Mar 2013; Ian Delaney <idella4@gentoo.org> files/xen-4.2-efi.patch,
xen-4.2.1-r2.ebuild:
diff --git a/app-emulation/xen/xen-4.2.0-r2.ebuild b/app-emulation/xen/xen-4.2.0-r2.ebuild
index ef1cd9d8d6d0..e83b9431fb8b 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.3 2013/02/27 08:03:21 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.0-r2.ebuild,v 1.4 2013/03/08 10:33:14 idella4 Exp $
EAPI=5
@@ -26,7 +26,9 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="custom-cflags debug efi flask pae xsm"
-DEPEND="efi? ( >=sys-devel/binutils-2.22[multitarget] )"
+DEPEND="efi? ( >=sys-devel/binutils-2.22[multitarget] )
+ !efi? ( >=sys-devel/binutils-2.22[-multitarget] )"
+REDEPEND=""
PDEPEND="~app-emulation/xen-tools-${PV}[${PYTHON_USEDEP}]"
RESTRICT="test"
diff --git a/app-emulation/xen/xen-4.2.1-r2.ebuild b/app-emulation/xen/xen-4.2.1-r2.ebuild
index 597f44be8266..b7951e923e0f 100644
--- a/app-emulation/xen/xen-4.2.1-r2.ebuild
+++ b/app-emulation/xen/xen-4.2.1-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.1-r2.ebuild,v 1.3 2013/03/07 17:47:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.1-r2.ebuild,v 1.4 2013/03/08 10:33:14 idella4 Exp $
EAPI=5
@@ -21,12 +21,12 @@ inherit mount-boot flag-o-matic python-single-r1 toolchain-funcs ${live_eclass}
DESCRIPTION="The Xen virtual machine monitor"
HOMEPAGE="http://xen.org/"
-
LICENSE="GPL-2"
SLOT="0"
IUSE="custom-cflags debug efi flask pae xsm"
-DEPEND="efi? ( >=sys-devel/binutils-2.22[multitarget] )"
+DEPEND="efi? ( >=sys-devel/binutils-2.22[multitarget] )
+ !efi? ( >=sys-devel/binutils-2.22[-multitarget] )"
RDEPEND=""
PDEPEND="~app-emulation/xen-tools-${PV}"