summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2015-12-05 23:04:09 -0600
committerDoug Goldstein <cardoe@gentoo.org>2015-12-05 23:35:07 -0600
commit3fdeeac653938b76993db617b4a3786287ec2007 (patch)
treecf6c149e3b7543303e3f4af77d7d4f48d496d75f /app-emulation/xen
parentapp-emulation/xen: update inherit lines and use git-r3 (diff)
downloadgentoo-3fdeeac653938b76993db617b4a3786287ec2007.tar.gz
gentoo-3fdeeac653938b76993db617b4a3786287ec2007.tar.bz2
gentoo-3fdeeac653938b76993db617b4a3786287ec2007.zip
app-emulation/xen: delete x86 bits
x86 is not supported by this version of Xen and won't be supported going forward so drop the x86 code. Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Diffstat (limited to 'app-emulation/xen')
-rw-r--r--app-emulation/xen/xen-4.6.0-r2.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/app-emulation/xen/xen-4.6.0-r2.ebuild b/app-emulation/xen/xen-4.6.0-r2.ebuild
index f3d1b62bed9b..bfe39a94a1ab 100644
--- a/app-emulation/xen/xen-4.6.0-r2.ebuild
+++ b/app-emulation/xen/xen-4.6.0-r2.ebuild
@@ -60,11 +60,7 @@ S="${WORKDIR}/${MY_P}"
pkg_setup() {
python-any-r1_pkg_setup
if [[ -z ${XEN_TARGET_ARCH} ]]; then
- if use x86 && use amd64; then
- die "Confusion! Both x86 and amd64 are set in your use flags!"
- elif use x86; then
- export XEN_TARGET_ARCH="x86_32"
- elif use amd64; then
+ if use amd64; then
export XEN_TARGET_ARCH="x86_64"
elif use arm; then
export XEN_TARGET_ARCH="arm32"