diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-03-03 21:37:46 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-03-03 21:37:46 +0000 |
commit | 1ebcd05167c9d0da848a469f76c2dee1a762072a (patch) | |
tree | e3f159d080e81e77a5e643edf189efe9d4f921c8 /dev-python/PyQt | |
parent | mark stable (Manifest recommit) (diff) | |
download | gentoo-2-1ebcd05167c9d0da848a469f76c2dee1a762072a.tar.gz gentoo-2-1ebcd05167c9d0da848a469f76c2dee1a762072a.tar.bz2 gentoo-2-1ebcd05167c9d0da848a469f76c2dee1a762072a.zip |
Move make around, close bug #43610.
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r-- | dev-python/PyQt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/PyQt/ChangeLog b/dev-python/PyQt/ChangeLog index 47ac03590f3f..ca6f642b2065 100644 --- a/dev-python/PyQt/ChangeLog +++ b/dev-python/PyQt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/PyQt # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.29 2004/03/02 18:09:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.30 2004/03/03 21:37:45 kloeri Exp $ + + 03 Mar 2004; <kloeri@gentoo.org> PyQt-3.8.1.ebuild: + Move make around, close bug #43610. 02 Mar 2004; <kloeri@gentoo.org> PyQt-3.8.1.ebuild, files/PyQt-3.8.1-qt-3.3.patch: diff --git a/dev-python/PyQt/PyQt-3.8.1.ebuild b/dev-python/PyQt/PyQt-3.8.1.ebuild index 8e22f368bfe0..aafb2d2cfb3a 100644 --- a/dev-python/PyQt/PyQt-3.8.1.ebuild +++ b/dev-python/PyQt/PyQt-3.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.8.1.ebuild,v 1.5 2004/03/02 18:09:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.8.1.ebuild,v 1.6 2004/03/03 21:37:46 kloeri Exp $ inherit distutils @@ -50,10 +50,10 @@ src_compile() { -e /usr/include/python${PYVER} \ -b ${D}/usr/bin \ -l qt-mt -c - make || die } src_install() { + make || die distutils_python_version dodir /usr/lib/python${PYVER}/site-packages make DESTDIR=${D} install || die |