from src_compile() in perl-5.8.4.ebuild: if ! hasq maketest $RESTRICT; then use uclibc && export MAKEOPTS="${MAKEOPTS} -j1" emake -i test CCDLFLAGS= fi shouldnt it be 'hasq maketest $FEATURES' ? RESTRICT really is supposed to be used internally by ebuilds ... at any rate, i think the code should be moved out of src_compile() and into src_test() since src_test() is exactly for these purposes
Closing as this only exists in one old ebuild for perl now.