summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-13 19:51:01 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-13 19:51:01 +0000
commit43103d587492355d914ba6eeef3db43381639383 (patch)
tree9a101d30768e0513194971d08b1fbe412ba75dec /eclass/enlightenment.eclass
parentRemoved stray digest. (Manifest recommit) (diff)
downloadgentoo-2-43103d587492355d914ba6eeef3db43381639383.tar.gz
gentoo-2-43103d587492355d914ba6eeef3db43381639383.tar.bz2
gentoo-2-43103d587492355d914ba6eeef3db43381639383.zip
use -9999 as version
Diffstat (limited to 'eclass/enlightenment.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 9695c02fdd24..ae31954330bc 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.23 2004/08/10 03:06:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.24 2004/10/13 19:51:01 vapier Exp $
#
# Author: vapier@gentoo.org
@@ -10,7 +10,7 @@ INHERITED="$INHERITED $ECLASS"
EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_postinst
ECVS_STATE="release"
-if [ "${PV/.9999}" != "${PV}" ] ; then
+if [ "${PV/9999}" != "${PV}" ] ; then
ECVS_STATE="live"
inherit cvs
elif [ "${PV/.200?????/}" != "${PV}" ] ; then