From cc8407292cf674b1b9701ca67ad9eadf3c2ff095 Mon Sep 17 00:00:00 2001 From: Caleb Tennis Date: Thu, 10 May 2007 22:47:48 +0000 Subject: fix from bug #177973 (Portage version: 2.1.2.4) --- dev-python/PyQt4/ChangeLog | 5 ++++- dev-python/PyQt4/PyQt4-4.2.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'dev-python/PyQt4') diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index a72e246a97de..7942e4c6a36f 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.8 2007/05/10 15:39:08 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.9 2007/05/10 22:47:48 caleb Exp $ + + 10 May 2007; Caleb Tennis PyQt4-4.2.ebuild: + fix from bug #177973 *PyQt4-4.2 (10 May 2007) diff --git a/dev-python/PyQt4/PyQt4-4.2.ebuild b/dev-python/PyQt4/PyQt4-4.2.ebuild index 602b32b3fb2a..22ae4a3d0277 100644 --- a/dev-python/PyQt4/PyQt4-4.2.ebuild +++ b/dev-python/PyQt4/PyQt4-4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.2.ebuild,v 1.1 2007/05/10 15:39:08 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.2.ebuild,v 1.2 2007/05/10 22:47:48 caleb Exp $ inherit distutils @@ -47,7 +47,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "install failed" + make DESTDIR=${D} INSTALL_ROOT=${D} install || die "install failed" dodoc ChangeLog LICENSE NEWS README README.Linux THANKS use doc && dohtml doc/PyQt.html if use examples ; then -- cgit v1.2.3-65-gdbad