--- kvm-12-r2.ebuild 2007-02-18 15:18:48.000000000 +0000 +++ kvm-12-r3.ebuild 2007-02-18 15:19:35.000000000 +0000 @@ -50,7 +50,7 @@ ./configure ${conf_opts} #If it is we need to disable the build of the module else - ./conigure ${conf_opts} --with-patched-kernel || die "Configure failed" + ./configure ${conf_opts} --with-patched-kernel || die "Configure failed" fi make user qemu || die "make failed" }