After replace
!built_with_use dev-lang/python tk;
with
!(built_with_use dev-lang/python tk;)
the `command not found' line disappeared.
However, still no dev-python/setuptools which I don't install myself.
Reproducible: Always
Steps to Reproduce:
1. emerge -1 =dev-python/pyopengl-3.0.0_beta1
Actual Results:
/usr/portage/dev-python/pyopengl/pyopengl-3.0.0_beta1.ebuild: line 33:
!built_with_use: command not found
>>> Unpacking source...
>>> Unpacking PyOpenGL-3.0.0b1.tar.gz to /var/tmp/portage/dev-python/pyopengl-3.0.0_beta1/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dev-python/pyopengl-3.0.0_beta1/work/PyOpenGL-3.0.0b1 ...
Traceback (most recent call last):
File "setup.py", line 4, in <module>
from setuptools import setup, find_packages
ImportError: No module named setuptools
Expected Results:
emerge successfully complete