|
|
pkg_postrm() { | pkg_postrm() { |
python_mod_cleanup "${ROOT}"usr/lib/gentoolkit | python_mod_cleanup "${ROOT}"usr/lib/gentoolkit |
} | } |
|
|
|
pkg_setup() { |
|
if built_with_use dev-lang/python nothreads ; then |
|
eerror "dev-lang/python is missing thread support. Please remove" |
|
eerror "'nothreads' from your USE flags, and re-emerge dev-lang/python." |
|
die "dev-lang/python needs thread support" |
|
fi |
|
} |