diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-12-09 14:44:39 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-12-09 14:44:39 +0000 |
commit | e51f1b2aa4e94c288bbdb3e593b99dc1d46e33ab (patch) | |
tree | af61e3c726cc9002f90bb4aacde08862cb1e3d77 /sci-mathematics | |
parent | Few fixes to use Qt3 properly. (diff) | |
download | gentoo-2-e51f1b2aa4e94c288bbdb3e593b99dc1d46e33ab.tar.gz gentoo-2-e51f1b2aa4e94c288bbdb3e593b99dc1d46e33ab.tar.bz2 gentoo-2-e51f1b2aa4e94c288bbdb3e593b99dc1d46e33ab.zip |
Small cleanup for the Qt path.
(Portage version: 2.0.53)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/qtiplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/qtiplot/ChangeLog b/sci-mathematics/qtiplot/ChangeLog index 99f524266b31..1414f325c4c3 100644 --- a/sci-mathematics/qtiplot/ChangeLog +++ b/sci-mathematics/qtiplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/qtiplot # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/ChangeLog,v 1.3 2005/11/29 21:10:03 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/ChangeLog,v 1.4 2005/12/09 14:44:39 cryos Exp $ + + 09 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org> qtiplot-0.7.3.ebuild: + Small cleanup for the Qt path. *qtiplot-0.7.3 (29 Nov 2005) diff --git a/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild b/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild index a6012b27518e..a0a1a09abad3 100644 --- a/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild +++ b/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild,v 1.1 2005/11/29 21:10:03 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/qtiplot/qtiplot-0.7.3.ebuild,v 1.2 2005/12/09 14:44:39 cryos Exp $ inherit eutils qt3 @@ -31,7 +31,7 @@ src_unpack() { } src_compile() { - /usr/qt/3/bin/qmake ${P}.pro || die 'qmake failed.' + ${QTDIR}/bin/qmake ${P}.pro || die 'qmake failed.' emake || die 'emake failed.' } |