--- a/qemu-user-9999.ebuild 2012-07-31 01:28:07.000000000 +0300 +++ b/qemu-user-9999.ebuild 2012-07-31 00:31:43.000000000 +0300 @@ -80,8 +80,9 @@ sed -i 's/^\(C\|OP_C\|HELPER_C\)FLAGS=/\1FLAGS+=/' \ Makefile Makefile.target - EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="patch" \ - EPATCH_FORCE="yes" epatch + #EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="patch" \ + #EPATCH_FORCE="yes" epatch + epatch_user } src_configure() { @@ -94,13 +95,15 @@ user_targets="${user_targets} ${target}-linux-user" done - conf_opts="--enable-linux-user --disable-strip" + conf_opts=" --python=/usr/bin/python2" + conf_opts+=" --enable-linux-user --disable-strip" conf_opts+=" --disable-bsd-user" conf_opts+=" --disable-system" conf_opts+=" --disable-vnc-tls" conf_opts+=" --disable-curses" conf_opts+=" --disable-sdl" conf_opts+=" --disable-vde" + conf_opts+=" --disable-bridge-helper" conf_opts+=" --prefix=/usr --disable-bluez --disable-kvm" conf_opts+=" --cc=$(tc-getCC) --host-cc=$(tc-getBUILD_CC)" conf_opts+=" --disable-smartcard --disable-smartcard-nss"