summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-05-29 15:37:32 +0000
committerAli Polatel <hawking@gentoo.org>2008-05-29 15:37:32 +0000
commit35fcefb703224b5007443062befddfea815785a7 (patch)
tree9b74d19c10b2a4e04662599f196e46c43637c2a3 /app-editors
parentMerging app-arch/debhelper with dev-util/debhelper (Bug #223979). (diff)
downloadgentoo-2-35fcefb703224b5007443062befddfea815785a7.tar.gz
gentoo-2-35fcefb703224b5007443062befddfea815785a7.tar.bz2
gentoo-2-35fcefb703224b5007443062befddfea815785a7.zip
python_mod_optimize is ROOT aware.
(Portage version: 2.1.5.2)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/scribes/ChangeLog5
-rw-r--r--app-editors/scribes/scribes-0.3.3.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/scribes/ChangeLog b/app-editors/scribes/ChangeLog
index 2a204692f934..e2870e55f372 100644
--- a/app-editors/scribes/ChangeLog
+++ b/app-editors/scribes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/scribes
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/scribes/ChangeLog,v 1.3 2008/01/23 14:22:51 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scribes/ChangeLog,v 1.4 2008/05/29 15:37:32 hawking Exp $
+
+ 29 May 2008; Ali Polatel <hawking@gentoo.org> scribes-0.3.3.3.ebuild:
+ python_mod_optimize is ROOT aware.
23 Jan 2008; Samuli Suominen <drac@gentoo.org> scribes-0.3.3.3.ebuild:
Pass --disable-scrollkeeper in pkg_setup.
diff --git a/app-editors/scribes/scribes-0.3.3.3.ebuild b/app-editors/scribes/scribes-0.3.3.3.ebuild
index b1b440576b2b..11477450a2a6 100644
--- a/app-editors/scribes/scribes-0.3.3.3.ebuild
+++ b/app-editors/scribes/scribes-0.3.3.3.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/app-editors/scribes/scribes-0.3.3.3.ebuild,v 1.3 2008/01/23 14:22:51 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/scribes/scribes-0.3.3.3.ebuild,v 1.4 2008/05/29 15:37:32 hawking Exp $
NEED_PYTHON=2.5
@@ -45,7 +45,7 @@ src_unpack() {
pkg_postinst() {
gnome2_pkg_postinst
python_version
- python_mod_optimize "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/SCRIBES
+ python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/SCRIBES
}
pkg_postrm() {