Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
src_compile() {
tc-export AR CC RANLIB
emake OPT="${CFLAGS}" || die "emake failed"
emake OPT="${CFLAGS}" -j1 || die "emake failed"
}
src_install() {