--- /usr/portage/sys-apps/v86d/v86d-0.1_rc4.ebuild 2007-08-05 02:58:14.000000000 -0400 +++ v86d-0.1_rc4.ebuild 2007-08-05 03:00:00.000000000 -0400 @@ -30,7 +30,11 @@ src_compile() { cd ${S} - ./configure --with-klibc + if use x86; then + ./configure --with-klibc --with-x86emu + else + ./configure --with-klibc + fi make KDIR=${KV_DIR} || die }