commit: 3fdeeac653938b76993db617b4a3786287ec2007
Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 6 05:04:09 2015 +0000
Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
CommitDate: Sun Dec 6 05:35:07 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdeeac6
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 <AT> gentoo.org>
app-emulation/xen/xen-4.6.0-r2.ebuild | 6 +-----
1 file changed, 1 insertion(+), 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 f3d1b62..bfe39a9 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"