app-emulation/xen: delete x86 bits
authorDoug Goldstein <cardoe@gentoo.org>
Sun, 6 Dec 2015 05:04:09 +0000 (23:04 -0600)
committerDoug Goldstein <cardoe@gentoo.org>
Sun, 6 Dec 2015 05:35:07 +0000 (23:35 -0600)
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>
app-emulation/xen/xen-4.6.0-r2.ebuild

index f3d1b62bed9b5c44c731b8dd5f42ceed7070e873..bfe39a94a1abeb5aa976d2582520d8c997e64bdd 100644 (file)
@@ -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"