commit: 304f92c5822a92d25062f2edb1b5db9c1b1a1979
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 08:55:08 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 08:55:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304f92c5
app-misc/mc: drop git:// fallback in live ebuild
Package-Manager: Portage-2.3.49, Repoman-2.3.10
app-misc/mc/mc-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/mc/mc-9999.ebuild b/app-misc/mc/mc-9999.ebuild
index ef5501c8bc4..dc579aa74ee 100644
--- a/app-misc/mc/mc-9999.ebuild
+++ b/app-misc/mc/mc-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=6
if [[ ${PV} = *9999* ]]; then
- EGIT_REPO_URI="https://github.com/MidnightCommander/mc.git
git://repo.or.cz/midnight-commander.git"
+ EGIT_REPO_URI="https://github.com/MidnightCommander/mc.git"
LIVE_ECLASSES="git-r3 autotools"
LIVE_EBUILD=yes
fi