summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2008-09-06 23:43:35 +0000
committerRob Cakebread <pythonhead@gentoo.org>2008-09-06 23:43:35 +0000
commitf77a020251b294bc52df28d138f6b6dbb9d09579 (patch)
tree37df33e55fa432e7485ac006d30b66129ffc30fc /dev-python/sip/sip-4.7.1.ebuild
parentVersion bump - fixes Ctrl+Up/Down/PgUp/PgDn shortcuts when NumLock is on. Rem... (diff)
downloadgentoo-2-f77a020251b294bc52df28d138f6b6dbb9d09579.tar.gz
gentoo-2-f77a020251b294bc52df28d138f6b6dbb9d09579.tar.bz2
gentoo-2-f77a020251b294bc52df28d138f6b6dbb9d09579.zip
Fix python_mod_compile, misc. unquoted variables. bug #236894
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'dev-python/sip/sip-4.7.1.ebuild')
-rw-r--r--dev-python/sip/sip-4.7.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sip/sip-4.7.1.ebuild b/dev-python/sip/sip-4.7.1.ebuild
index 1b3680264ead..12389879e111 100644
--- a/dev-python/sip/sip-4.7.1.ebuild
+++ b/dev-python/sip/sip-4.7.1.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/sip/sip-4.7.1.ebuild,v 1.9 2008/05/29 16:37:12 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild,v 1.10 2008/09/06 23:43:35 pythonhead Exp $
NEED_PYTHON=2.3
@@ -50,7 +50,7 @@ src_install() {
pkg_postinst() {
python_version
- python_mod_compile /usr/$(get_libdir)/python${PYVER}/sip*.py
+ python_mod_compile "$(python_get_sitedir)"/sip*.py
}
pkg_postrm() {