summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2003-09-17 14:49:56 +0000
committerCaleb Tennis <caleb@gentoo.org>2003-09-17 14:49:56 +0000
commitbb9df2f56eeb205db85742361659eb13a7f0391b (patch)
tree501f2eec7083efacbb45d2fc187ece66ddb96873 /x11-libs
parentfix two minor typos in the ebuild (diff)
downloadgentoo-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')
-rw-r--r--x11-libs/qt/Manifest4
-rw-r--r--x11-libs/qt/qt-3.2.1.ebuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-libs/qt/Manifest b/x11-libs/qt/Manifest
index 9853392ad0e2..6b66f96bdb4e 100644
--- a/x11-libs/qt/Manifest
+++ b/x11-libs/qt/Manifest
@@ -1,6 +1,6 @@
MD5 232c9a440f58d6f1a15c750ba4a25c48 qt-3.1.2-r3.ebuild 4979
MD5 3ea4b4de8bf408a89bad7560499c5517 qt-2.3.2-r1.ebuild 2274
-MD5 d2282a0399378f6c0dc52ccee8345d8d qt-3.2.1.ebuild 4915
+MD5 d6eaf30f09242dbfda85caa715c9e152 qt-3.2.1.ebuild 4929
MD5 a3dd25c9f882f04df789dddc02ed3177 qt-3.0.5-r2.ebuild 3896
MD5 00e9d63f2373eecbf8d070845e3ed794 qt-3.1.0-r3.ebuild 4698
MD5 aff33d960efe2f7ef7782bd0a7cc9441 qt-3.1.2-r4.ebuild 5340
@@ -11,7 +11,7 @@ MD5 512150b47a904b0240101e319856aab1 metadata.xml 156
MD5 2d5b68b38185a30a28ffb2b652258cb8 files/45qt3 83
MD5 7a287bc7609ad2420f70af6d4c58302f files/50qt2 63
MD5 edd5c27031cc5f29070a9094425f09d9 files/digest-qt-3.2.0 72
-MD5 89e3274d3b0079fdcfea7606de13360e files/digest-qt-3.2.1 78
+MD5 b79277b535797e854be75d1c396de0f2 files/digest-qt-3.2.1 72
MD5 c6dc1b6fadcb4897d4c7b0a768c2d196 files/qt-3.1.2-r3-qsocket.diff 447
MD5 04fdd1779f4aca06b809528a2d0bad7a files/qt-3.1.2-coreutils-fixup.patch 4203
MD5 b87df8ba9bf813ffe5e280fa2d79da25 files/qt-3.1.2-qpsprinter-ttc-otf-italic-20030429.patch 19286
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