summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2004-06-06 10:03:11 +0000
committerAkinori Hattori <hattya@gentoo.org>2004-06-06 10:03:11 +0000
commita8256bf4cdc1cb3bbaa5c98eb448ac07165b3ce0 (patch)
treed94c44225587885bdde4d9885c3ab2bdd117b6d3 /eclass
parentMarked stable on hppa. (diff)
downloadhistorical-a8256bf4cdc1cb3bbaa5c98eb448ac07165b3ce0.tar.gz
historical-a8256bf4cdc1cb3bbaa5c98eb448ac07165b3ce0.tar.bz2
historical-a8256bf4cdc1cb3bbaa5c98eb448ac07165b3ce0.zip
add svn://
Diffstat (limited to 'eclass')
-rw-r--r--eclass/subversion.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass
index 45f9b572c1fb..ca934d0c9eea 100644
--- a/eclass/subversion.eclass
+++ b/eclass/subversion.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.10 2004/04/30 12:07:04 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.11 2004/06/06 10:03:11 hattya Exp $
## --------------------------------------------------------------------------- #
# Author: Akinori Hattori <hattya@gentoo.org>
@@ -107,6 +107,7 @@ subversion_svn_fetch() {
case ${ESVN_REPO_URI%%:*} in
http) ;;
https) ;;
+ svn) ;;
*)
die "${ESVN}: fetch from "${ESVN_REPO_URI%:*}" is not yet implemented."
;;