diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-21 19:59:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-21 19:59:40 +0000 |
commit | a0b6e279fc3bc41b60bf3f13c51fbf3b135b0081 (patch) | |
tree | 6561b40ac5093d4edc74c748801ed2f8f6d23525 /eclass | |
parent | stable on ia64 (diff) | |
download | historical-a0b6e279fc3bc41b60bf3f13c51fbf3b135b0081.tar.gz historical-a0b6e279fc3bc41b60bf3f13c51fbf3b135b0081.tar.bz2 historical-a0b6e279fc3bc41b60bf3f13c51fbf3b135b0081.zip |
oops, forgot to also define ECVS_SERVER ... thanks to kernel_panic for pointing it out
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/enlightenment.eclass | 3 |
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 |