summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury V. Zaytsev <yury.zaytsev@traveltainment.de>2016-05-09 10:28:34 +0200
committerSergei Trofimovich <slyfox@gentoo.org>2016-05-09 19:44:47 +0100
commitc75e112447a52a0b69aebe28b53f3ea066d615ce (patch)
tree23c25830adeceef7a9c0f88ba218da1bdbe83238
parentdev-python/glueviz: Version bump (diff)
downloadgentoo-c75e112447a52a0b69aebe28b53f3ea066d615ce.tar.gz
gentoo-c75e112447a52a0b69aebe28b53f3ea066d615ce.tar.bz2
gentoo-c75e112447a52a0b69aebe28b53f3ea066d615ce.zip
app-misc/mc: fix git repository url in mc-9999.ebuild
Signed-off-by: Yury V. Zaytsev <yury.zaytsev@traveltainment.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--app-misc/mc/mc-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/mc/mc-9999.ebuild b/app-misc/mc/mc-9999.ebuild
index fae1c2278dfc..c21d848da48c 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