dev-python/pycairo: remove old workaround for pkgconfig path

This commit is contained in:
Tim Harder
2018-03-23 18:52:23 -04:00
parent 3ed061f06e
commit 0190cdfbd0

View File

@@ -28,12 +28,6 @@ DEPEND="${RDEPEND}
)
"
python_prepare_all() {
# Fix pkgconfig path
sed -i -e "/libdir =/s:\"lib\":\"$(get_libdir)\":" setup.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
use doc && emake -C docs
}