summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-05-29 16:55:42 +0000
committerAli Polatel <hawking@gentoo.org>2008-05-29 16:55:42 +0000
commit880c81cc1333d4eeac5d0a0277c2e5daac00e210 (patch)
tree1898f84df0c488c0b9b5c56ad8a5b5d8b738d627 /games-strategy
parentpython_mod_optimize is ROOT aware. (diff)
downloadgentoo-2-880c81cc1333d4eeac5d0a0277c2e5daac00e210.tar.gz
gentoo-2-880c81cc1333d4eeac5d0a0277c2e5daac00e210.tar.bz2
gentoo-2-880c81cc1333d4eeac5d0a0277c2e5daac00e210.zip
python_mod_optimize is ROOT aware.
(Portage version: 2.1.5.2)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/lightyears/ChangeLog5
-rw-r--r--games-strategy/lightyears/lightyears-1.2a.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/lightyears/ChangeLog b/games-strategy/lightyears/ChangeLog
index a7ec85338b0f..e027be1ee157 100644
--- a/games-strategy/lightyears/ChangeLog
+++ b/games-strategy/lightyears/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/lightyears
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v 1.5 2008/03/28 12:22:42 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/ChangeLog,v 1.6 2008/05/29 16:55:42 hawking Exp $
+
+ 29 May 2008; Ali Polatel <hawking@gentoo.org> lightyears-1.2a.ebuild:
+ python_mod_optimize is ROOT aware.
28 Mar 2008; Tristan Heaven <nyhm@gentoo.org> lightyears-1.2a.ebuild:
Fix python eclass usage
diff --git a/games-strategy/lightyears/lightyears-1.2a.ebuild b/games-strategy/lightyears/lightyears-1.2a.ebuild
index 968767c638e1..3b186af08ddc 100644
--- a/games-strategy/lightyears/lightyears-1.2a.ebuild
+++ b/games-strategy/lightyears/lightyears-1.2a.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/games-strategy/lightyears/lightyears-1.2a.ebuild,v 1.5 2008/03/28 12:22:42 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/lightyears/lightyears-1.2a.ebuild,v 1.6 2008/05/29 16:55:42 hawking Exp $
inherit eutils python games
@@ -56,7 +56,7 @@ src_install() {
}
pkg_postinst() {
- python_mod_optimize "${ROOT}$(games_get_libdir)/${PN}"
+ python_mod_optimize "$(games_get_libdir)/${PN}"
games_pkg_postinst
}