although this is found by a Prefix QA check, it is a general problem * QA Notice: the following files use invalid (possible non-prefixed) shebangs: * Library/Gentoo/usr/lib/python2.6/cgi.py:/usr/local/bin/python * ERROR: dev-lang/python-2.6.2-r01.3 failed: * Aborting due to QA concerns: invalid shebangs found something like this in the ebuild will do: # fix invalid shebang /usr/local/bin/python sed -i -e '1c\#!'"${EPREFIX}"'/usr/bin/python' \ "${ED}"/usr/$(get_libdir)/python${PYVER}/cgi.py
timeout