commit: 588b4392b4e387f1f7f38cdac32027453268dd5a
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 6 21:18:51 2018 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Nov 6 21:22:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588b4392
media-plugins/kodi-vfs-sftp: Use https: for git, not git:
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-9999.ebuild
b/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-9999.ebuild
index 19fd12dde68..4bb7e369a97 100644
--- a/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-9999.ebuild
+++ b/media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-9999.ebuild
@@ -12,7 +12,7 @@ SRC_URI=""
case ${PV} in
9999)
SRC_URI=""
- EGIT_REPO_URI="git://github.com/xbmc/vfs.sftp.git"
+ EGIT_REPO_URI="https://github.com/xbmc/vfs.sftp.git"
inherit git-r3
;;
*)