diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-05-29 17:15:05 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-05-29 17:15:05 +0000 |
commit | 99363b24886a60772e8c06467c888f93eafee4f4 (patch) | |
tree | a09e611ac194a7de897b039a3d6807cd85e12033 /media-sound/exaile | |
parent | Added ~ppc64; bug #223973 (diff) | |
download | gentoo-2-99363b24886a60772e8c06467c888f93eafee4f4.tar.gz gentoo-2-99363b24886a60772e8c06467c888f93eafee4f4.tar.bz2 gentoo-2-99363b24886a60772e8c06467c888f93eafee4f4.zip |
python_mod_optimize is ROOT aware.
(Portage version: 2.1.5.2)
Diffstat (limited to 'media-sound/exaile')
-rw-r--r-- | media-sound/exaile/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/exaile/exaile-0.2.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/exaile/ChangeLog b/media-sound/exaile/ChangeLog index 03fb88b01664..637f5e37911b 100644 --- a/media-sound/exaile/ChangeLog +++ b/media-sound/exaile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/exaile # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.44 2008/04/18 09:55:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.45 2008/05/29 17:15:05 hawking Exp $ + + 29 May 2008; Ali Polatel <hawking@gentoo.org> exaile-0.2.13.ebuild: + python_mod_optimize is ROOT aware. 18 Apr 2008; Raúl Porcel <armin76@gentoo.org> exaile-0.2.13.ebuild: Add ~sparc diff --git a/media-sound/exaile/exaile-0.2.13.ebuild b/media-sound/exaile/exaile-0.2.13.ebuild index 2f128b4fb11a..d285391d28d1 100644 --- a/media-sound/exaile/exaile-0.2.13.ebuild +++ b/media-sound/exaile/exaile-0.2.13.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/exaile/exaile-0.2.13.ebuild,v 1.5 2008/04/18 09:55:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.13.ebuild,v 1.6 2008/05/29 17:15:05 hawking Exp $ EAPI=1 @@ -77,7 +77,7 @@ src_install() { } pkg_postinst() { - python_mod_optimize "${ROOT}"usr/$(get_libdir)/${PN} + python_mod_optimize /usr/$(get_libdir)/${PN} fdo-mime_desktop_database_update fdo-mime_mime_database_update elog "You need media-plugins/gst-plugins-gnomevfs for streaming, but you may also try" |