diff options
author | Markus Ullmann <jokey@gentoo.org> | 2010-05-04 21:10:38 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2010-05-04 21:10:38 +0000 |
commit | 142188577854e41f43de1820796ba533ffebc4fb (patch) | |
tree | e18a8d7e81294e4272216344f8fa6912176919fd | |
parent | Refresh unladen ebuild and add patched eclass (diff) | |
download | jokey-master.tar.gz jokey-master.tar.bz2 jokey-master.zip |
svn path=/trunk/; revision=776
-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 } |