diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-05-29 16:12:27 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-05-29 16:12:27 +0000 |
commit | e2f6f853080eed524927556cc7d63e6180c015f2 (patch) | |
tree | 4a3bf16986611f70283d84a1f70ca6c9f24831f5 /dev-python/gnome-python-desktop | |
parent | Bug 220925 (diff) | |
download | gentoo-2-e2f6f853080eed524927556cc7d63e6180c015f2.tar.gz gentoo-2-e2f6f853080eed524927556cc7d63e6180c015f2.tar.bz2 gentoo-2-e2f6f853080eed524927556cc7d63e6180c015f2.zip |
python_mod_optimize is ROOT aware.
(Portage version: 2.1.5.2)
Diffstat (limited to 'dev-python/gnome-python-desktop')
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/gnome-python-desktop/ChangeLog b/dev-python/gnome-python-desktop/ChangeLog index 920d8a5fee53..289ec563136d 100644 --- a/dev-python/gnome-python-desktop/ChangeLog +++ b/dev-python/gnome-python-desktop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnome-python-desktop # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.53 2008/05/05 20:52:08 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/ChangeLog,v 1.54 2008/05/29 16:12:27 hawking Exp $ + + 29 May 2008; Ali Polatel <hawking@gentoo.org> + gnome-python-desktop-2.20.0.ebuild, gnome-python-desktop-2.22.0.ebuild: + python_mod_optimize is ROOT aware. 05 May 2008; Gilles Dartiguelongue <eva@gentoo.org> -gnome-python-desktop-2.18.0.ebuild: diff --git a/dev-python/gnome-python-desktop/gnome-python-desktop-2.20.0.ebuild b/dev-python/gnome-python-desktop/gnome-python-desktop-2.20.0.ebuild index 2c5092e17dde..b2ef8bdc6904 100644 --- a/dev-python/gnome-python-desktop/gnome-python-desktop-2.20.0.ebuild +++ b/dev-python/gnome-python-desktop/gnome-python-desktop-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-desktop/gnome-python-desktop-2.20.0.ebuild,v 1.9 2008/02/10 22:04:04 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.20.0.ebuild,v 1.10 2008/05/29 16:12:27 hawking Exp $ inherit gnome2 python virtualx @@ -61,7 +61,7 @@ src_install() { pkg_postinst() { python_version - python_mod_optimize "${ROOT}/usr/$(get_libdir)/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-desktop/gnome-python-desktop-2.22.0.ebuild b/dev-python/gnome-python-desktop/gnome-python-desktop-2.22.0.ebuild index aa24f3bab764..32b25fee0ce4 100644 --- a/dev-python/gnome-python-desktop/gnome-python-desktop-2.22.0.ebuild +++ b/dev-python/gnome-python-desktop/gnome-python-desktop-2.22.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-desktop/gnome-python-desktop-2.22.0.ebuild,v 1.1 2008/03/27 10:19:26 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop/gnome-python-desktop-2.22.0.ebuild,v 1.2 2008/05/29 16:12:27 hawking Exp $ EAPI="1" @@ -72,7 +72,7 @@ src_install() { pkg_postinst() { python_version - python_mod_optimize "${ROOT}/usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0" + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/gtk-2.0 } pkg_postrm() { |