diff options
Diffstat (limited to 'app-misc/mc')
-rw-r--r-- | app-misc/mc/mc-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/mc/mc-9999.ebuild b/app-misc/mc/mc-9999.ebuild index 2988f1b7027c..5d1d5f3e19e6 100644 --- a/app-misc/mc/mc-9999.ebuild +++ b/app-misc/mc/mc-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="git://github.com/MidnightCommander/mc.git http://github.com/MidnightCommander/mc.git git://midnight-commander.org/git/mc.git" + EGIT_REPO_URI="git://github.com/MidnightCommander/mc.git https://github.com/MidnightCommander/mc.git git://midnight-commander.org/git/mc.git" LIVE_ECLASSES="git-2 autotools" LIVE_EBUILD=yes fi |