summaryrefslogtreecommitdiff
path: root/eclass/git-2.eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-03-21 11:15:39 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2011-03-21 11:15:39 +0100
commit19798c0ceed8f7b4f2f4989d68db20ba4cbb12a6 (patch)
tree1800e2a381a300aac8ec0e88781e0b6fdf65d40f /eclass/git-2.eclass
parentc4e4184cb8aba8d0874da0a4515c64cbf53e2d84 (diff)
downloadkde-19798c0ceed8f7b4f2f4989d68db20ba4cbb12a6.tar.gz
kde-19798c0ceed8f7b4f2f4989d68db20ba4cbb12a6.tar.bz2
kde-19798c0ceed8f7b4f2f4989d68db20ba4cbb12a6.zip
Remove useless comment part about supported protocols.
Diffstat (limited to 'eclass/git-2.eclass')
-rw-r--r--eclass/git-2.eclass7
1 files changed, 0 insertions, 7 deletions
diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass
index 5376ba346d9..43241dbf928 100644
--- a/eclass/git-2.eclass
+++ b/eclass/git-2.eclass
@@ -62,13 +62,6 @@ git-2_init_variables() {
# @DESCRIPTION:
# URI for the repository
# e.g. http://foo, git://bar
- # Supported protocols:
- # http://
- # https://
- # git://
- # git+ssh://
- # rsync://
- # ssh://
#
# Support multiple values:
# EGIT_REPO_URI="git://a/b.git http://c/d.git"