summaryrefslogtreecommitdiff
path: root/dev-python/gnome-python/gnome-python-2.18.2.ebuild.diff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-07-22 13:29:43 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-07-22 13:29:43 +0200
commit9878c542ece140c3ccfb0b8501f4cb68fbeee767 (patch)
tree5b002f68c235bae17056549a59ba7a87a3a087c7 /dev-python/gnome-python/gnome-python-2.18.2.ebuild.diff
parentbc5205a9035342b6f333b80fee33ce036ddcc37a (diff)
downloadoverlay-9878c542ece140c3ccfb0b8501f4cb68fbeee767.tar.gz
overlay-9878c542ece140c3ccfb0b8501f4cb68fbeee767.tar.bz2
overlay-9878c542ece140c3ccfb0b8501f4cb68fbeee767.zip
Some stuff for bugs
Diffstat (limited to 'dev-python/gnome-python/gnome-python-2.18.2.ebuild.diff')
-rw-r--r--dev-python/gnome-python/gnome-python-2.18.2.ebuild.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-python/gnome-python/gnome-python-2.18.2.ebuild.diff b/dev-python/gnome-python/gnome-python-2.18.2.ebuild.diff
new file mode 100644
index 0000000..1e46a2b
--- /dev/null
+++ b/dev-python/gnome-python/gnome-python-2.18.2.ebuild.diff
@@ -0,0 +1,15 @@
+--- /usr/portage/dev-python/gnome-python/gnome-python-2.18.2.ebuild 2007-09-22 11:36:10.000000000 +0200
++++ gnome-python-2.18.2.ebuild 2008-07-21 23:12:12.000000000 +0200
+@@ -48,10 +48,10 @@
+
+ pkg_postinst() {
+ python_version
+- python_mod_optimize /usr/lib/python${PYVER}/site-packages/gtk-2.0
++ python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
+ }
+
+ pkg_postrm() {
+ python_version
+- python_mod_cleanup
++ python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0
+ }