commit: c75e112447a52a0b69aebe28b53f3ea066d615ce
Author: Yury V. Zaytsev <yury.zaytsev <AT> traveltainment <DOT> de>
AuthorDate: Mon May 9 08:28:34 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon May 9 18:44:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75e1124
app-misc/mc: fix git repository url in mc-9999.ebuild
Signed-off-by: Yury V. Zaytsev <yury.zaytsev <AT> traveltainment.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
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 fae1c22..c21d848 100644
--- a/app-misc/mc/mc-9999.ebuild
+++ b/app-misc/mc/mc-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=6
if [[ ${PV} = *9999* ]]; then
- EGIT_REPO_URI="git://github.com/MidnightCommander/mc.git
https://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://repo.or.cz/midnight-commander.git"
LIVE_ECLASSES="git-r3 autotools"
LIVE_EBUILD=yes
fi