mysql.eclass line 793: if use static && !built_with_use sys-libs/ncurses static-libs; then It's calling a function named "!built_with_use" instead of inverting the return of built_with_use. It should have a space before the function name. Reproducible: Always Steps to Reproduce: 1. func() {echo foo} 2. !func Actual Results: command not found: !func
InCVS