summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-21 19:59:40 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-21 19:59:40 +0000
commit16786977a2540b8bba20a7d8e6b8a58d6760c3cf (patch)
treed5738230ee35269147f2985199fae1a8cf823e38 /eclass/enlightenment.eclass
parentstable on ia64 (Manifest recommit) (diff)
downloadgentoo-2-16786977a2540b8bba20a7d8e6b8a58d6760c3cf.tar.gz
gentoo-2-16786977a2540b8bba20a7d8e6b8a58d6760c3cf.tar.bz2
gentoo-2-16786977a2540b8bba20a7d8e6b8a58d6760c3cf.zip
oops, forgot to also define ECVS_SERVER ... thanks to kernel_panic for pointing it out
Diffstat (limited to 'eclass/enlightenment.eclass')
-rw-r--r--eclass/enlightenment.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass
index 2d74500d8a56..c2506b888c63 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.25 2004/10/21 19:54:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.26 2004/10/21 19:59:40 vapier Exp $
#
# Author: vapier@gentoo.org
@@ -12,6 +12,7 @@ EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_postinst
ECVS_STATE="release"
if [ "${PV/9999}" != "${PV}" ] ; then
ECVS_MODULE="${ECVS_MODULE:-${PN}}"
+ ECVS_SERVER="cvs.sourceforge.net:/cvsroot/enlightenment"
ECVS_STATE="live"
inherit cvs
elif [ "${PV/.200?????/}" != "${PV}" ] ; then