Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The src_install() function of the dev-tcltk/blt-2.4z ebuild uses emake instead of a simple make. This causes the installation to fail when using a parallel make. Replacing 'emake' by 'make' would resolve the problem. Reproducible: Always Steps to Reproduce: Actual Results:
shouldn't be using emake in src_install anyway. Fixed in cvs. Thanks for the bug report.