summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2005-10-25 20:56:05 +0000
committerBertrand Jacquin <beber@meleeweb.net>2005-10-25 20:56:05 +0000
commit23840cef89fa6612f13974153240555a6815d171 (patch)
treeacdfa95f0e0d8e592ab4f85786bb6c5c3d5b2816 /eclass
parentadd git-sources (diff)
downloadportage-23840cef89fa6612f13974153240555a6815d171.tar.xz
better dep for xmms2
improve xmms2 git improve git eclass
Diffstat (limited to 'eclass')
-rw-r--r--eclass/git.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/git.eclass b/eclass/git.eclass
index db130615..31aa3f88 100644
--- a/eclass/git.eclass
+++ b/eclass/git.eclass
@@ -73,6 +73,7 @@ function git_fetch() {
# check for the protocol.
case ${EGIT_REPO_URI%%:*} in
rsync) ;;
+ http) ;;
ssh) ;;
*)
die "${EGITN}: fetch from "${EGIT_REPO_URI%:*}" is not yet implemented."