diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-05-29 17:21:50 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-05-29 17:21:50 +0000 |
commit | 31a99bc39791229e438f87c3641d63d0c43c883e (patch) | |
tree | 12bda0a268e655f3fb685c31c84b09b31d9ca5cb /media-sound/tunapie | |
parent | Multilib love. Remove redundant python_version in pkg_postrm. (diff) | |
download | historical-31a99bc39791229e438f87c3641d63d0c43c883e.tar.gz historical-31a99bc39791229e438f87c3641d63d0c43c883e.tar.bz2 historical-31a99bc39791229e438f87c3641d63d0c43c883e.zip |
python_mod_optimize is ROOT aware.
Package-Manager: portage-2.1.5.2
Diffstat (limited to 'media-sound/tunapie')
-rw-r--r-- | media-sound/tunapie/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/tunapie/tunapie-2.1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/tunapie/ChangeLog b/media-sound/tunapie/ChangeLog index 90e49f85af68..be0e76f7e0bd 100644 --- a/media-sound/tunapie/ChangeLog +++ b/media-sound/tunapie/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/tunapie # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tunapie/ChangeLog,v 1.4 2008/05/16 11:40:39 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tunapie/ChangeLog,v 1.5 2008/05/29 17:21:50 hawking Exp $ + + 29 May 2008; Ali Polatel <hawking@gentoo.org> tunapie-2.1.6.ebuild: + python_mod_optimize is ROOT aware. *tunapie-2.1.6 (16 May 2008) diff --git a/media-sound/tunapie/tunapie-2.1.6.ebuild b/media-sound/tunapie/tunapie-2.1.6.ebuild index 5b05c1f05d6f..f67612fa9a9e 100644 --- a/media-sound/tunapie/tunapie-2.1.6.ebuild +++ b/media-sound/tunapie/tunapie-2.1.6.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/media-sound/tunapie/tunapie-2.1.6.ebuild,v 1.1 2008/05/16 11:40:39 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tunapie/tunapie-2.1.6.ebuild,v 1.2 2008/05/29 17:21:50 hawking Exp $ inherit eutils multilib python @@ -43,7 +43,7 @@ src_install() { } pkg_postinst() { - python_mod_optimize "${ROOT}"usr/$(get_libdir)/${PN} + python_mod_optimize /usr/$(get_libdir)/${PN} } pkg_postrm() { |