Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232602 - dev-python/gnome-python-2.18.2 - Use /usr/$(get_libdir)/
Summary: dev-python/gnome-python-2.18.2 - Use /usr/$(get_libdir)/
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 232575
  Show dependency tree
 
Reported: 2008-07-21 21:52 UTC by René 'Necoro' Neumann
Modified: 2008-07-26 23:51 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gnome-python-2.18.2.ebuild.diff (gnome-python-2.18.2.ebuild.diff,513 bytes, patch)
2008-07-21 21:52 UTC, René 'Necoro' Neumann
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description René 'Necoro' Neumann 2008-07-21 21:52:31 UTC
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 René 'Necoro' Neumann 2008-07-21 21:52:54 UTC
Created attachment 161047 [details, diff]
gnome-python-2.18.2.ebuild.diff
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2008-07-21 21:57:10 UTC
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 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-07-26 23:51:06 UTC
dropped the old version.