summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-05-29 17:19:20 +0000
committerAli Polatel <hawking@gentoo.org>2008-05-29 17:19:20 +0000
commit6e7b9c7a74540e20ffb5656634a382f839ea7338 (patch)
tree2e7c1db40c63c6fc5497d6494ee0419b0520592a /media-sound/pympd/pympd-0.06.1.ebuild
parentStable on ppc64; bug #224079 (diff)
downloadgentoo-2-6e7b9c7a74540e20ffb5656634a382f839ea7338.tar.gz
gentoo-2-6e7b9c7a74540e20ffb5656634a382f839ea7338.tar.bz2
gentoo-2-6e7b9c7a74540e20ffb5656634a382f839ea7338.zip
Multilib love. Remove redundant python_version in pkg_postrm.
(Portage version: 2.1.5.2)
Diffstat (limited to 'media-sound/pympd/pympd-0.06.1.ebuild')
-rw-r--r--media-sound/pympd/pympd-0.06.1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/media-sound/pympd/pympd-0.06.1.ebuild b/media-sound/pympd/pympd-0.06.1.ebuild
index d94b1dcea2bc..2349ac2fb148 100644
--- a/media-sound/pympd/pympd-0.06.1.ebuild
+++ b/media-sound/pympd/pympd-0.06.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.06.1.ebuild,v 1.4 2008/02/29 20:00:48 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.06.1.ebuild,v 1.5 2008/05/29 17:19:20 hawking Exp $
-inherit eutils python
+inherit eutils python multilib
DESCRIPTION="a Rhythmbox-like PyGTK+ client for Music Player Daemon"
HOMEPAGE="http://sourceforge.net/projects/pympd"
@@ -38,7 +38,7 @@ src_install() {
pkg_postinst() {
python_version
- python_mod_optimize /usr/lib/python${PYVER}/site-packages/pympd
+ python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/pympd
echo
ewarn
@@ -48,6 +48,5 @@ pkg_postinst() {
}
pkg_postrm() {
- python_version
python_mod_cleanup
}