summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2007-06-20 11:53:07 +0000
committerCaleb Tennis <caleb@gentoo.org>2007-06-20 11:53:07 +0000
commit9125c5175592111a3487540d2860d4c92dfbcb9b (patch)
treefdf9bcdec09338166f3104b538b5ffc0ac5525a5 /eclass/qt4.eclass
parentAdd a pkg_setup check to allow easy checks to make sure Qt4 was built with ce... (diff)
downloadhistorical-9125c5175592111a3487540d2860d4c92dfbcb9b.tar.gz
historical-9125c5175592111a3487540d2860d4c92dfbcb9b.tar.bz2
historical-9125c5175592111a3487540d2860d4c92dfbcb9b.zip
typo fix
Diffstat (limited to 'eclass/qt4.eclass')
-rw-r--r--eclass/qt4.eclass4
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