diff options
author | Caleb Tennis <caleb@gentoo.org> | 2008-01-05 22:41:00 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2008-01-05 22:41:00 +0000 |
commit | 00f9cadbe966ec3f1d1198b4cf0fedc6bdef19b6 (patch) | |
tree | feb8ae3f588171e81027d9480e6745431b2baf65 /eclass | |
parent | Initial import. Ebuild by Rene Zbinden #188743. (diff) | |
download | gentoo-2-00f9cadbe966ec3f1d1198b4cf0fedc6bdef19b6.tar.gz gentoo-2-00f9cadbe966ec3f1d1198b4cf0fedc6bdef19b6.tar.bz2 gentoo-2-00f9cadbe966ec3f1d1198b4cf0fedc6bdef19b6.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 847ba9a0f5f2..de2ca3f960d9 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.33 2008/01/05 20:24:32 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.34 2008/01/05 22:41:00 caleb Exp $ # @ECLASS: qt4.eclass # @MAINTAINER: @@ -104,7 +104,7 @@ qt4_pkg_setup() { elif [[ ${x} == ssl ]]; then if ! has_version x11-libs/qt-core || ! built_with_use x11-libs/qt-core ssl; then eerror "You must first install the x11-libs/qt-core package with the ssl flag enabled." - die "Install x1-libs/qt-core with USE=\"ssl\"" + die "Install x11-libs/qt-core with USE=\"ssl\"" fi elif [[ ${x} == sqlite3 ]]; then if ! has_version x11-libs/qt-sql || ! built_with_use x11-libs/qt-sql sqlite; then |