diff options
Diffstat (limited to 'eclass/python.eclass')
-rw-r--r-- | eclass/python.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python.eclass b/eclass/python.eclass index 2efe977..b05eed3 100644 --- a/eclass/python.eclass +++ b/eclass/python.eclass @@ -1258,7 +1258,7 @@ python_get_libdir() { echo "/usr/$(get_libdir)/python${PYTHON_ABI}" elif [[ "$(_python_get_implementation "${PYTHON_ABI}")" == "Jython" ]]; then echo "/usr/share/jython-${PYTHON_ABI%-jython}/Lib" - elif [[ "$(_python_get_implementation "${PYTHON_ABI}")" == "Jython" ]]; then + elif [[ "$(_python_get_implementation "${PYTHON_ABI}")" == "Unladen" ]]; then echo "/usr/$(get_libdir)/python${PYTHON_ABI}" fi } |