diff options
author | Davide Pesavento <pesa@gentoo.org> | 2013-02-13 08:52:33 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2013-02-13 08:52:33 +0000 |
commit | 49757c3c8f8562d8ab3c962f2f7098ac0c1a75a7 (patch) | |
tree | 3aa1557836fe12c72ee8a3c1606a7dca117a3ba8 /dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild | |
parent | Mask mail-mta/postfix-2.11 and unmask mail-mta/postfix-2.10 (diff) | |
download | gentoo-2-49757c3c8f8562d8ab3c962f2f7098ac0c1a75a7.tar.gz gentoo-2-49757c3c8f8562d8ab3c962f2f7098ac0c1a75a7.tar.bz2 gentoo-2-49757c3c8f8562d8ab3c962f2f7098ac0c1a75a7.zip |
Fix double prefix; remove old.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Diffstat (limited to 'dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild')
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild b/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild index b16f765f4aee..05598ee17672 100644 --- a/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild,v 1.2 2013/02/04 16:22:32 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r2.ebuild,v 1.3 2013/02/13 08:52:33 pesa Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) @@ -106,7 +106,7 @@ src_configure() { "${PYTHON}" configure.py --confirm-license --bindir="${EPREFIX}/usr/bin" - --destdir="${EPREFIX}$(python_get_sitedir)" + --destdir="$(python_get_sitedir)" --sipdir="${EPREFIX}/usr/share/sip" --assume-shared --no-timestamp |