Gentoo Archives: gentoo-commits

From: "Caleb Tennis (caleb)" <caleb@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4.eclass
Date: Sat, 05 Jan 2008 22:49:57
Message-Id: E1JBHhM-00045G-Ui@stork.gentoo.org
1 caleb 08/01/05 22:41:00
2
3 Modified: qt4.eclass
4 Log:
5 Typo fix
6
7 Revision Changes Path
8 1.34 eclass/qt4.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?rev=1.34&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?rev=1.34&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?r1=1.33&r2=1.34
13
14 Index: qt4.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v
17 retrieving revision 1.33
18 retrieving revision 1.34
19 diff -u -r1.33 -r1.34
20 --- qt4.eclass 5 Jan 2008 20:24:32 -0000 1.33
21 +++ qt4.eclass 5 Jan 2008 22:41:00 -0000 1.34
22 @@ -1,6 +1,6 @@
23 # Copyright 2005 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.33 2008/01/05 20:24:32 swegener Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.34 2008/01/05 22:41:00 caleb Exp $
27
28 # @ECLASS: qt4.eclass
29 # @MAINTAINER:
30 @@ -104,7 +104,7 @@
31 elif [[ ${x} == ssl ]]; then
32 if ! has_version x11-libs/qt-core || ! built_with_use x11-libs/qt-core ssl; then
33 eerror "You must first install the x11-libs/qt-core package with the ssl flag enabled."
34 - die "Install x1-libs/qt-core with USE=\"ssl\""
35 + die "Install x11-libs/qt-core with USE=\"ssl\""
36 fi
37 elif [[ ${x} == sqlite3 ]]; then
38 if ! has_version x11-libs/qt-sql || ! built_with_use x11-libs/qt-sql sqlite; then
39
40
41
42 --
43 gentoo-commits@g.o mailing list