summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-11-05 03:07:55 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-11-05 03:07:55 +0000
commitbf774f0f9450e18e0edc3ed63a2fbb1ef03fa664 (patch)
tree5cc10f42366c0ceabf19297e42246721f24bb050 /eclass
parentmask acl (diff)
downloadhistorical-bf774f0f9450e18e0edc3ed63a2fbb1ef03fa664.tar.gz
historical-bf774f0f9450e18e0edc3ed63a2fbb1ef03fa664.tar.bz2
historical-bf774f0f9450e18e0edc3ed63a2fbb1ef03fa664.zip
Typo
Diffstat (limited to 'eclass')
-rw-r--r--eclass/enlightenment.eclass4
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