diff options
Diffstat (limited to 'eclass/qt3.eclass')
-rw-r--r-- | eclass/qt3.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt3.eclass b/eclass/qt3.eclass index 64dbadce8340..85d4b9ca3787 100644 --- a/eclass/qt3.eclass +++ b/eclass/qt3.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/qt3.eclass,v 1.3 2005/07/09 22:39:15 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.4 2005/07/11 15:08:06 swegener Exp $ # # Author Caleb Tennis <caleb@gentoo.org> # @@ -58,7 +58,7 @@ qt_min_version_list() { fi done ;; - *) + *) die "qt_min_version called with invalid parameter: \"$1\"" ;; esac |