diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-05-10 22:47:48 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-05-10 22:47:48 +0000 |
commit | cc8407292cf674b1b9701ca67ad9eadf3c2ff095 (patch) | |
tree | e6c88f20f04ea030cefbf064ebaf636559a42446 /dev-python/PyQt4 | |
parent | Stable on amd64 (diff) | |
download | gentoo-2-cc8407292cf674b1b9701ca67ad9eadf3c2ff095.tar.gz gentoo-2-cc8407292cf674b1b9701ca67ad9eadf3c2ff095.tar.bz2 gentoo-2-cc8407292cf674b1b9701ca67ad9eadf3c2ff095.zip |
fix from bug #177973
(Portage version: 2.1.2.4)
Diffstat (limited to 'dev-python/PyQt4')
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
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 <caleb@gentoo.org> 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 |