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 | 4062c92785bdf64a5481299dc7d0b04408d9c573 (patch) | |
tree | 47f51b2b9ff5d0ca30396eb2c1e4cf9839588673 /eclass | |
parent | typo fix (diff) | |
download | historical-4062c92785bdf64a5481299dc7d0b04408d9c573.tar.gz historical-4062c92785bdf64a5481299dc7d0b04408d9c573.tar.bz2 historical-4062c92785bdf64a5481299dc7d0b04408d9c573.zip |
typo again
Diffstat (limited to '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 |