diff options
author | 2006-03-05 16:03:35 +0000 | |
---|---|---|
committer | 2006-03-05 16:03:35 +0000 | |
commit | 3d2df0de12256a834858bb5b25d85c69ac913b6b (patch) | |
tree | 86ee189c3f96af884333d869fe296128a7753467 /eclass/horde.eclass | |
parent | unleash into ~arch (diff) | |
download | gentoo-2-3d2df0de12256a834858bb5b25d85c69ac913b6b.tar.gz gentoo-2-3d2df0de12256a834858bb5b25d85c69ac913b6b.tar.bz2 gentoo-2-3d2df0de12256a834858bb5b25d85c69ac913b6b.zip |
fix typo in var name #125062
Diffstat (limited to 'eclass/horde.eclass')
-rw-r--r-- | eclass/horde.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/horde.eclass b/eclass/horde.eclass index 6cf907bcbb01..574252fc6692 100644 --- a/eclass/horde.eclass +++ b/eclass/horde.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.30 2006/02/11 05:08:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.31 2006/03/05 16:03:35 vapier Exp $ # # Help manage the horde project http://www.horde.org/ # @@ -79,7 +79,7 @@ horde_pkg_setup() { HORDE_PHP_FEATURES=${HORDE_PHP_FEATURES:2} fi if ! built_with_use ${param} dev-lang/php ${HORDE_PHP_FEATURES} ; then - if [[ ${parm} == "-o" ]] ; then + if [[ ${param} == "-o" ]] ; then eerror "You MUST re-emerge php with at least one of" else eerror "You MUST re-emerge php with all of" |