From 73442bcbab7ed206459efabd9f314d185fa003bd Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Sun, 10 Feb 2008 23:50:24 +0000 Subject: use get_libdir where needed (Portage version: 2.1.4.1) --- dev-python/gnome-python/ChangeLog | 8 ++++++-- dev-python/gnome-python/gnome-python-2.20.0.ebuild | 4 ++-- dev-python/gnome-python/gnome-python-2.20.1.ebuild | 6 +++--- 3 files changed, 11 insertions(+), 7 deletions(-) (limited to 'dev-python') diff --git a/dev-python/gnome-python/ChangeLog b/dev-python/gnome-python/ChangeLog index 4f9bf6c12980..113610ca5248 100644 --- a/dev-python/gnome-python/ChangeLog +++ b/dev-python/gnome-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnome-python -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.108 2007/11/29 05:30:21 jer Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/ChangeLog,v 1.109 2008/02/10 23:50:24 eva Exp $ + + 10 Feb 2008; Gilles Dartiguelongue + gnome-python-2.20.0.ebuild, gnome-python-2.20.1.ebuild: + use get_libdir where needed 29 Nov 2007; Jeroen Roovers gnome-python-2.20.0.ebuild: Stable for HPPA (bug #199740). diff --git a/dev-python/gnome-python/gnome-python-2.20.0.ebuild b/dev-python/gnome-python/gnome-python-2.20.0.ebuild index 4d7d76cd1249..783dc6f6878a 100644 --- a/dev-python/gnome-python/gnome-python-2.20.0.ebuild +++ b/dev-python/gnome-python/gnome-python-2.20.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-2.20.0.ebuild,v 1.8 2008/01/10 09:44:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-2.20.0.ebuild,v 1.9 2008/02/10 23:50:24 eva Exp $ inherit gnome2 python eutils @@ -50,7 +50,7 @@ src_install() { 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() { diff --git a/dev-python/gnome-python/gnome-python-2.20.1.ebuild b/dev-python/gnome-python/gnome-python-2.20.1.ebuild index bc9be2db7651..81be5594c8b1 100644 --- a/dev-python/gnome-python/gnome-python-2.20.1.ebuild +++ b/dev-python/gnome-python/gnome-python-2.20.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-2.20.1.ebuild,v 1.1 2007/11/25 15:21:43 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-2.20.1.ebuild,v 1.2 2008/02/10 23:50:24 eva Exp $ inherit gnome2 python eutils @@ -50,7 +50,7 @@ src_install() { 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() { -- cgit v1.2.3-65-gdbad