diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-05 03:07:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-05 03:07:55 +0000 |
commit | 14a231d9b0433484c31fd9ece2c08f4b59bebdae (patch) | |
tree | 38d828445e2dfbed5c037ef14382aa310bda5e39 /eclass | |
parent | mask acl (diff) | |
download | gentoo-2-14a231d9b0433484c31fd9ece2c08f4b59bebdae.tar.gz gentoo-2-14a231d9b0433484c31fd9ece2c08f4b59bebdae.tar.bz2 gentoo-2-14a231d9b0433484c31fd9ece2c08f4b59bebdae.zip |
Typo
Diffstat (limited to '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 7cf0ee08d95e..0bf2f8085523 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.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/enlightenment.eclass,v 1.31 2004/11/05 02:53:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.32 2004/11/05 03:07:55 mr_bones_ Exp $ # # Author: vapier@gentoo.org @@ -22,7 +22,7 @@ if [ "${PV/9999}" != "${PV}" ] ; then ECVS_SERVER="${ECVS_SERVER:-cvs.sourceforge.net:/cvsroot/enlightenment}" ECVS_STATE="live" inherit cvs -elif [ "${PV/.200?????/}" != "${PV}" ] || [ "${PV/2003????}" != "${PV} ] ; then +elif [ "${PV/.200?????/}" != "${PV}" ] || [ "${PV/2003????}" != "${PV}" ] ; then ECVS_STATE="snap" fi |