diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-06-20 11:57:28 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-06-20 11:57:28 +0000 |
commit | a2f46223825f4511618b3e9169d3557abc735e02 (patch) | |
tree | d3cee8b41e1787437098a80bc1efd4f0e99c7519 /eclass/qt4.eclass | |
parent | typo fix (diff) | |
download | gentoo-2-a2f46223825f4511618b3e9169d3557abc735e02.tar.gz gentoo-2-a2f46223825f4511618b3e9169d3557abc735e02.tar.bz2 gentoo-2-a2f46223825f4511618b3e9169d3557abc735e02.zip |
typo again
Diffstat (limited to 'eclass/qt4.eclass')
-rw-r--r-- | eclass/qt4.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4.eclass b/eclass/qt4.eclass index 3fa39ef7be4b..3f9c67143245 100644 --- a/eclass/qt4.eclass +++ b/eclass/qt4.eclass @@ -1,6 +1,6 @@ # Copyright 2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.17 2007/06/20 11:53:07 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.18 2007/06/20 11:57:28 caleb Exp $ # # Author Caleb Tennis <caleb@gentoo.org> # @@ -55,7 +55,7 @@ EXPORT_FUNCTIONS pkg_setup qt4_pkg_setup() { for x in $QT4_BUILT_WITH_USE_CHECK; do - if !built_with_use =x11-libs/qt-4* $x; then + if ! built_with_use =x11-libs/qt-4* $x; then die "This package requires Qt4 to be built with the ${x} use flag." fi done |