When creating a pkg of wklej, and vim is not installed, it'll fail with: * ERROR: app-text/wklej-0.1.5 failed. * Call stack: * ebuild.sh, line 49: Called pkg_setup * wklej-0.1.5.ebuild, line 23: Called built_with_use 'app-editors/vim' 'python' * eutils.eclass, line 1709: Called die * The specific snippet of code: * [[ -z ${PKG} ]] && die "Unable to resolve $1 to an installed package" * The die message: * Unable to resolve app-editors/vim to an installed package It would be nice if it used EAPI=2 so that the build_with_use check would be unnecessary and the build would succeed anyway. Thanks, Diego
I just added wklej-0.1.5-r1 to the tree with teh eapi2 support. Thanks!