summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2010-05-04 21:10:38 +0000
committerMarkus Ullmann <jokey@gentoo.org>2010-05-04 21:10:38 +0000
commit142188577854e41f43de1820796ba533ffebc4fb (patch)
treee18a8d7e81294e4272216344f8fa6912176919fd
parentRefresh unladen ebuild and add patched eclass (diff)
downloadjokey-142188577854e41f43de1820796ba533ffebc4fb.tar.gz
jokey-142188577854e41f43de1820796ba533ffebc4fb.tar.bz2
jokey-142188577854e41f43de1820796ba533ffebc4fb.zip
ermm. copy and pasteHEADmaster
svn path=/trunk/; revision=776
-rw-r--r--eclass/python.eclass2
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
}