Gentoo Archives: gentoo-commits

From: "Gordon Malm (gengor)" <gengor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-build.eclass
Date: Sat, 28 Mar 2009 02:29:29
Message-Id: E1LnOIX-0004Z8-GF@stork.gentoo.org
1 gengor 09/03/28 02:29:25
2
3 Modified: qt4-build.eclass
4 Log:
5 Five beeps is excessively annoying and slow
6
7 Revision Changes Path
8 1.31 eclass/qt4-build.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.31&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.31&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?r1=1.30&r2=1.31
13
14 Index: qt4-build.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
17 retrieving revision 1.30
18 retrieving revision 1.31
19 diff -u -r1.30 -r1.31
20 --- qt4-build.eclass 28 Mar 2009 00:33:33 -0000 1.30
21 +++ qt4-build.eclass 28 Mar 2009 02:29:24 -0000 1.31
22 @@ -1,6 +1,6 @@
23 # Copyright 2007-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.30 2009/03/28 00:33:33 gengor Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.31 2009/03/28 02:29:24 gengor Exp $
27
28 # @ECLASS: qt4-build.eclass
29 # @MAINTAINER:
30 @@ -76,7 +76,7 @@
31 if ! version_is_at_least 4.1 $(gcc-version) ; then
32 ewarn "Using a GCC version lower than 4.1 is not supported!"
33 echo
34 - ebeep 5
35 + ebeep 3
36 fi
37
38 if use custom-cxxflags; then