diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-06-20 11:53:07 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-06-20 11:53:07 +0000 |
commit | ee9c10669ea069211dafda379ebc495f6d85956f (patch) | |
tree | eef7ca38bfbab68b78b9bc85cb54d5272cda8dd5 /eclass | |
parent | Add a pkg_setup check to allow easy checks to make sure Qt4 was built with ce... (diff) | |
download | gentoo-2-ee9c10669ea069211dafda379ebc495f6d85956f.tar.gz gentoo-2-ee9c10669ea069211dafda379ebc495f6d85956f.tar.bz2 gentoo-2-ee9c10669ea069211dafda379ebc495f6d85956f.zip |
typo fix
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 1fc7387c556a..3fa39ef7be4b 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.16 2007/06/20 11:52:22 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.17 2007/06/20 11:53:07 caleb Exp $ # # Author Caleb Tennis <caleb@gentoo.org> # @@ -54,7 +54,7 @@ qt4_min_version_list() { EXPORT_FUNCTIONS pkg_setup qt4_pkg_setup() { - for x in $QT4_BUILD_WITH_USE_CHECK; do + for x in $QT4_BUILT_WITH_USE_CHECK; do if !built_with_use =x11-libs/qt-4* $x; then die "This package requires Qt4 to be built with the ${x} use flag." fi |