8 lines
119 B
Bash
8 lines
119 B
Bash
if [[ ! ${DISTUTILS_SINGLE_IMPL} ]]; then
|
|
inherit xpython-r1
|
|
else
|
|
inherit xpython-single-r1
|
|
fi
|
|
|
|
inherit distutils-r1
|