diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-21 06:26:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-21 06:26:40 +0000 |
commit | 9f612fe81bfe798681d7cb9c766a1bbf17838f4a (patch) | |
tree | 9e8ecb9ef239f7bf27d8f77fc14c85459d000ce3 /eclass/enlightenment.eclass | |
parent | digest fix (diff) | |
download | historical-9f612fe81bfe798681d7cb9c766a1bbf17838f4a.tar.gz historical-9f612fe81bfe798681d7cb9c766a1bbf17838f4a.tar.bz2 historical-9f612fe81bfe798681d7cb9c766a1bbf17838f4a.zip |
fix typo pointed out by mr bones
Diffstat (limited to 'eclass/enlightenment.eclass')
-rw-r--r-- | eclass/enlightenment.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index b92e1eab0918..868b74e88179 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.51 2005/08/21 02:24:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.52 2005/08/21 06:26:40 vapier Exp $ # # Author: vapier@gentoo.org @@ -24,7 +24,7 @@ if [[ ${PV/9999} != ${PV} ]] ; then elif [[ ${PV/.200?????/} != ${PV} ]] ; then ECVS_STATE="snap" elif [[ ${PV%%.0??} != ${PV} ]] ; then - EKEY_STATE="snap" + ECVS_STATE="snap" fi DESCRIPTION="A DR17 production" |