Again a blocker for 232575.
dev-python/gnome-python-2.18.2 directly uses /usr/lib/ instead of
/usr/$(get_libdir)/
The attached patch fixes this. - Another way to solve this, would be dumping
this version of gnome-python. Seems like there is nothing depending on
<gnome-python-2.20 explicitly...
That's the oldest version in the tree. I suppose there's good reason why the
oldest version was left unfixed:
gentoo-x86/dev-python/gnome-python $ grep get_libdir gnome-python-2.*
gnome-python-2.20.0.ebuild: python_mod_optimize
/usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
gnome-python-2.20.1.ebuild: python_mod_optimize
/usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
gnome-python-2.22.0.ebuild: python_mod_optimize
/usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
gnome-python-2.22.0.ebuild: python_mod_cleanup
/usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
10 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org>
gnome-python-2.20.0.ebuild, gnome-python-2.20.1.ebuild:
use get_libdir where needed