diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-05-29 16:10:34 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-05-29 16:10:34 +0000 |
commit | 89e0bd0a12218a62a21b5d4101aa6fda50b5e8c1 (patch) | |
tree | c8c7c936b5e2063f40cf44d602fe452cb264956d /dev-python/fuse-python | |
parent | stable x86, bug 224079 (diff) | |
download | gentoo-2-89e0bd0a12218a62a21b5d4101aa6fda50b5e8c1.tar.gz gentoo-2-89e0bd0a12218a62a21b5d4101aa6fda50b5e8c1.tar.bz2 gentoo-2-89e0bd0a12218a62a21b5d4101aa6fda50b5e8c1.zip |
python_mod_optimize is ROOT aware.
(Portage version: 2.1.5.2)
Diffstat (limited to 'dev-python/fuse-python')
-rw-r--r-- | dev-python/fuse-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/fuse-python/fuse-python-0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/fuse-python/ChangeLog b/dev-python/fuse-python/ChangeLog index 244dde4aa21f..58edac354465 100644 --- a/dev-python/fuse-python/ChangeLog +++ b/dev-python/fuse-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/fuse-python # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v 1.6 2008/05/29 14:12:00 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v 1.7 2008/05/29 16:10:34 hawking Exp $ + + 29 May 2008; Ali Polatel <hawking@gentoo.org> fuse-python-0.2.ebuild: + python_mod_optimize is ROOT aware. 29 May 2008; Ali Polatel <hawking@gentoo.org> fuse-python-0.2.ebuild: python_mod_compile is ROOT aware. diff --git a/dev-python/fuse-python/fuse-python-0.2.ebuild b/dev-python/fuse-python/fuse-python-0.2.ebuild index 46a1731166f4..f9e7ba8fc80e 100644 --- a/dev-python/fuse-python/fuse-python-0.2.ebuild +++ b/dev-python/fuse-python/fuse-python-0.2.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/fuse-python/fuse-python-0.2.ebuild,v 1.5 2008/05/29 14:12:00 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.ebuild,v 1.6 2008/05/29 16:10:34 hawking Exp $ inherit eutils distutils multilib python @@ -25,7 +25,7 @@ pkg_postinst() { python_version python_mod_compile /usr/$(get_libdir)/python${PYVER}/site-packages/fuse.py python_mod_optimize \ - "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/fuseparts + /usr/$(get_libdir)/python${PYVER}/site-packages/fuseparts } pkg_postrm() { |