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 | cfeb991dfa2a9d8ac5b26155f19cbba0035df20e (patch) | |
tree | 5837871d1ffc2c088eca272ea3f2d21d4c55b1e3 /eclass | |
parent | Initial import. Ebuild by Rene Zbinden #188743. (diff) | |
download | historical-cfeb991dfa2a9d8ac5b26155f19cbba0035df20e.tar.gz historical-cfeb991dfa2a9d8ac5b26155f19cbba0035df20e.tar.bz2 historical-cfeb991dfa2a9d8ac5b26155f19cbba0035df20e.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 |