--- /usr/portage/www-client/luakit/luakit-9999.ebuild 2012-12-04 16:01:33.000000000 +0400 +++ /usr/local/portage/www-client/luakit/luakit-9999.ebuild 2013-05-29 17:10:27.000000000 +0400 @@ -59,7 +59,11 @@ src_compile() { myconf="PREFIX=/usr DEVELOPMENT_PATHS=0" - use luajit && myconf+=" USE_LUAJIT=1" + if use luajit; then + myconf+=" USE_LUAJIT=1" + else + myconf+=" USE_LUAJIT=0" + fi if [[ ${PV} != *9999* ]]; then myconf+=" VERSION=${PV}"