media-plugins/kodi-vfs-sftp: Use https: for git, not git:
authorCraig Andrews <candrews@gentoo.org>
Tue, 6 Nov 2018 21:18:51 +0000 (16:18 -0500)
committerCraig Andrews <candrews@gentoo.org>
Tue, 6 Nov 2018 21:22:13 +0000 (16:22 -0500)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
media-plugins/kodi-vfs-sftp/kodi-vfs-sftp-9999.ebuild

index 19fd12dde68b03b2144c67daa3fe4610ccd8c7c8..4bb7e369a978393b7e8bd4c0240793f40cbdf8dd 100644 (file)
@@ -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
        ;;
 *)