diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-05-29 17:30:45 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-05-29 17:30:45 +0000 |
commit | 107e5d043fb848f97c9d139534aa3dfa0f436783 (patch) | |
tree | 999916181e5b91a81d268b776f9e74100d48089d /media-video/istanbul/istanbul-0.2.1.ebuild | |
parent | python_mod_{cleanup,optimize} is ROOT aware. (diff) | |
download | gentoo-2-107e5d043fb848f97c9d139534aa3dfa0f436783.tar.gz gentoo-2-107e5d043fb848f97c9d139534aa3dfa0f436783.tar.bz2 gentoo-2-107e5d043fb848f97c9d139534aa3dfa0f436783.zip |
python_mod_optimize is ROOT aware. Remove redundant python_version from pkg_postrm.
(Portage version: 2.1.5.2)
Diffstat (limited to 'media-video/istanbul/istanbul-0.2.1.ebuild')
-rw-r--r-- | media-video/istanbul/istanbul-0.2.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-video/istanbul/istanbul-0.2.1.ebuild b/media-video/istanbul/istanbul-0.2.1.ebuild index 2ae6c20aa2bd..ee63f6b3136d 100644 --- a/media-video/istanbul/istanbul-0.2.1.ebuild +++ b/media-video/istanbul/istanbul-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.1.ebuild,v 1.3 2007/11/27 14:18:57 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.1.ebuild,v 1.4 2008/05/29 17:30:45 hawking Exp $ inherit eutils gnome2 python autotools @@ -54,10 +54,9 @@ src_compile() { pkg_postinst() { gnome2_pkg_postinst python_version - python_mod_optimize "${ROOT}"/usr/$(get_libdir)/python${PYVER}/site-packages/istanbul + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/istanbul } pkg_postrm() { - python_version python_mod_cleanup } |