I have this funny pkg entry in the emerge log:

dev-python/setuptools[python_targets_python2_7(-),-python_single_target_python2_7(-)]
required by (dev-python/ipaddress-1.0.23:0/0::gentoo, installed) USE=""
ABI_X86="(64)" PYTHON_TARGETS="python2_7"

Where does the python2_7 come from?  The ebuild has this:

BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

A recursive grep in /etc/portage doesn't turn up a PYTHON_USEDEP


Question: if I HAVE NOT included a (recommended) USE flag definition
like this, could that be the cause of the python2_7 token, above,
because the default 2.7 isn't overriden?

>=dev-python/docutils-0.16 -python_targets_python2_7


Reply via email to