summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-05-29 18:20:23 +0000
committerAli Polatel <hawking@gentoo.org>2008-05-29 18:20:23 +0000
commit24d1438b08fb42d20776b9ac2e0b768badd4209b (patch)
treec40f35de4c24b6e94c5940996bf8ec39098d6dbd /x11-misc/revelation
parentpython_mod_optimize is ROOT aware. Multilib love. (diff)
downloadgentoo-2-24d1438b08fb42d20776b9ac2e0b768badd4209b.tar.gz
gentoo-2-24d1438b08fb42d20776b9ac2e0b768badd4209b.tar.bz2
gentoo-2-24d1438b08fb42d20776b9ac2e0b768badd4209b.zip
python_mod_optimize is ROOT aware.
(Portage version: 2.1.5.2)
Diffstat (limited to 'x11-misc/revelation')
-rw-r--r--x11-misc/revelation/ChangeLog5
-rw-r--r--x11-misc/revelation/revelation-0.4.11.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/revelation/ChangeLog b/x11-misc/revelation/ChangeLog
index aed7ac73a906..75cb421ca8b7 100644
--- a/x11-misc/revelation/ChangeLog
+++ b/x11-misc/revelation/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/revelation
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.9 2008/03/24 11:30:14 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.10 2008/05/29 18:20:23 hawking Exp $
+
+ 29 May 2008; Ali Polatel <hawking@gentoo.org> revelation-0.4.11.ebuild:
+ python_mod_optimize is ROOT aware.
24 Mar 2008; Tristan Heaven <nyhm@gentoo.org> revelation-0.4.11.ebuild:
Fix python eclass usage
diff --git a/x11-misc/revelation/revelation-0.4.11.ebuild b/x11-misc/revelation/revelation-0.4.11.ebuild
index 749d821e8449..051a09684b4e 100644
--- a/x11-misc/revelation/revelation-0.4.11.ebuild
+++ b/x11-misc/revelation/revelation-0.4.11.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/x11-misc/revelation/revelation-0.4.11.ebuild,v 1.7 2008/03/24 11:30:14 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild,v 1.8 2008/05/29 18:20:23 hawking Exp $
inherit multilib python gnome2
@@ -38,7 +38,7 @@ src_install() {
pkg_postinst() {
gnome2_pkg_postinst
python_version
- python_mod_optimize "${ROOT}"/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
+ python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
}
pkg_postrm() {