Bug 232602 - dev-python/gnome-python-2.18.2 - Use /usr/$(get_libdir)/
Bug#: 232602 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: python@gentoo.org Reported By: gentoo@necoro.eu
Component: Applications
URL: 
Summary: dev-python/gnome-python-2.18.2 - Use /usr/$(get_libdir)/
Keywords:  
Status Whiteboard: 
Opened: 2008-07-21 21:52 0000
Description:   Opened: 2008-07-21 21:52 0000
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...

------- Comment #1 From René 'Necoro' Neumann 2008-07-21 21:52:54 0000 -------
Created an attachment (id=161047) [details]
gnome-python-2.18.2.ebuild.diff

------- Comment #2 From Jeroen Roovers 2008-07-21 21:57:10 0000 -------
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

------- Comment #3 From Gilles Dartiguelongue 2008-07-26 23:51:06 0000 -------
dropped the old version.