summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGordon Malm <gengor@gentoo.org>2009-03-28 02:29:24 +0000
committerGordon Malm <gengor@gentoo.org>2009-03-28 02:29:24 +0000
commit4dafb290a67d351df6f4db1611c86aacbaab5099 (patch)
tree3655631f8e5183fc481843c882b56b5cb0685968 /eclass
parentVersion bump (diff)
downloadhistorical-4dafb290a67d351df6f4db1611c86aacbaab5099.tar.gz
historical-4dafb290a67d351df6f4db1611c86aacbaab5099.tar.bz2
historical-4dafb290a67d351df6f4db1611c86aacbaab5099.zip
Five beeps is excessively annoying and slow
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt4-build.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
index 3451e07a9efe..e7d67f1916dd 100644
--- a/eclass/qt4-build.eclass
+++ b/eclass/qt4-build.eclass
@@ -1,6 +1,6 @@
# Copyright 2007-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.30 2009/03/28 00:33:33 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.31 2009/03/28 02:29:24 gengor Exp $
# @ECLASS: qt4-build.eclass
# @MAINTAINER:
@@ -76,7 +76,7 @@ qt4-build_pkg_setup() {
if ! version_is_at_least 4.1 $(gcc-version) ; then
ewarn "Using a GCC version lower than 4.1 is not supported!"
echo
- ebeep 5
+ ebeep 3
fi
if use custom-cxxflags; then