diff options
author | Gordon Malm <gengor@gentoo.org> | 2009-03-28 02:29:24 +0000 |
---|---|---|
committer | Gordon Malm <gengor@gentoo.org> | 2009-03-28 02:29:24 +0000 |
commit | 1907a761da0ee89baefee8c9a03ab12fe2666e9f (patch) | |
tree | 088f96709616af97232e16f5f4ece5d1be8f065b /eclass/qt4-build.eclass | |
parent | Version bump (diff) | |
download | gentoo-2-1907a761da0ee89baefee8c9a03ab12fe2666e9f.tar.gz gentoo-2-1907a761da0ee89baefee8c9a03ab12fe2666e9f.tar.bz2 gentoo-2-1907a761da0ee89baefee8c9a03ab12fe2666e9f.zip |
Five beeps is excessively annoying and slow
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r-- | eclass/qt4-build.eclass | 4 |
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 |