Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 507990 | Differences between
and this patch

Collapse All | Expand All

(-)a/qemu-user-9999.ebuild (-1 / +3 lines)
Lines 29-35 Link Here
29
IUSE=""
29
IUSE=""
30
RESTRICT="test"
30
RESTRICT="test"
31
31
32
COMMON_TARGETS="i386 x86_64 alpha arm cris m68k microblaze microblazeel mips mips64 mipsel ppc ppc64 sh4 sh4eb sparc sparc64 s390x"
32
COMMON_TARGETS="i386 x86_64 alpha aarch64 arm cris m68k microblaze microblazeel mips mips64 mipsel ppc ppc64 sh4 sh4eb sparc sparc64 s390x"
33
IUSE_USER_TARGETS="${COMMON_TARGETS} armeb ppc64abi32 sparc32plus unicore32"
33
IUSE_USER_TARGETS="${COMMON_TARGETS} armeb ppc64abi32 sparc32plus unicore32"
34
34
35
for target in ${IUSE_USER_TARGETS}; do
35
for target in ${IUSE_USER_TARGETS}; do
Lines 69-74 Link Here
69
	usr/bin/qemu-static-i386-binfmt
69
	usr/bin/qemu-static-i386-binfmt
70
	usr/bin/qemu-static-cris-binfmt
70
	usr/bin/qemu-static-cris-binfmt
71
	usr/bin/qemu-static-arm-binfmt
71
	usr/bin/qemu-static-arm-binfmt
72
        usr/bin/qemu-static-aarch64-binfmt
72
	usr/bin/qemu-static-sparc64-binfmt
73
	usr/bin/qemu-static-sparc64-binfmt
73
	usr/bin/qemu-static-mipsn32-binfmt
74
	usr/bin/qemu-static-mipsn32-binfmt
74
"
75
"
Lines 99-104 Link Here
99
	done
100
	done
100
101
101
	conf_opts="--enable-linux-user"
102
	conf_opts="--enable-linux-user"
103
        conf_opts+=" --python=python2.7"
102
	conf_opts+=" --disable-bsd-user"
104
	conf_opts+=" --disable-bsd-user"
103
	conf_opts+=" --disable-system"
105
	conf_opts+=" --disable-system"
104
	conf_opts+=" --disable-vnc-tls"
106
	conf_opts+=" --disable-vnc-tls"

Return to bug 507990