[dev-lang/python-tk] fix tkinter module install for 3.2 and 3.3, bug 4171

This commit is contained in:
Fabio Erculiani
2013-09-25 09:23:20 +02:00
parent 7b002ac7d5
commit d125f66e04
2 changed files with 4 additions and 0 deletions
@@ -208,6 +208,8 @@ src_install() {
case "${myrelfile}" in
*lib-tk*)
true ;;
*/tkinter/*)
true ;;
*_tkinter*.so)
true ;;
*/idlelib/*)