diff options
author | Caleb Tennis <caleb@gentoo.org> | 2003-09-17 14:49:56 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2003-09-17 14:49:56 +0000 |
commit | bb9df2f56eeb205db85742361659eb13a7f0391b (patch) | |
tree | 501f2eec7083efacbb45d2fc187ece66ddb96873 /x11-libs/qt/qt-3.2.1.ebuild | |
parent | fix two minor typos in the ebuild (diff) | |
download | gentoo-2-bb9df2f56eeb205db85742361659eb13a7f0391b.tar.gz gentoo-2-bb9df2f56eeb205db85742361659eb13a7f0391b.tar.bz2 gentoo-2-bb9df2f56eeb205db85742361659eb13a7f0391b.zip |
fix two minor typos in the ebuild
Diffstat (limited to 'x11-libs/qt/qt-3.2.1.ebuild')
-rw-r--r-- | x11-libs/qt/qt-3.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/qt/qt-3.2.1.ebuild b/x11-libs/qt/qt-3.2.1.ebuild index 33d7ab2fbac5..d5daf22f58fa 100644 --- a/x11-libs/qt/qt-3.2.1.ebuild +++ b/x11-libs/qt/qt-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.2.1.ebuild,v 1.8 2003/09/16 12:55:27 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.2.1.ebuild,v 1.9 2003/09/17 14:49:52 caleb Exp $ DESCRIPTION="QT version ${PV}" HOMEPAGE="http://www.trolltech.com/" @@ -93,7 +93,7 @@ src_compile() { use odbc && myconf="${myconf} -plugin-sql-odbc" use opengl && myconf="${myconf} -enable-module=opengl" || myconf="${myconf} -disable-opengl" use debug && myconf="${myconf} -debug" || myconf="${myconf} -release -no-g++-exceptions" - use xinerama && mycong="${myconf} -xinerama" + use xinerama && myconf="${myconf} -xinerama" # avoid wasting time building things we won't install #rm -rf tutorial examples @@ -132,7 +132,7 @@ src_install() { ln -s libqt-mt.so.3 libqt-mt.so # libqt -> libqt-mt symlinks - ln -s libqt-mt.so.3.2.1 libqt.so.3.2.0 + ln -s libqt-mt.so.3.2.1 libqt.so.3.2.1 ln -s libqt-mt.so.3.2 libqt.so.3.2 ln -s libqt-mt.so.3 libqt.so.3 ln -s libqt-mt.so libqt.so |