summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-09-19 09:55:08 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2018-09-19 09:55:14 +0100
commit304f92c5822a92d25062f2edb1b5db9c1b1a1979 (patch)
tree5ffc0735179cd8ae066c532eb5513aff3eadfd00 /app-misc/mc
parentdev-db/mysql++: amd64 stable wrt bug #666372 (diff)
downloadgentoo-304f92c5822a92d25062f2edb1b5db9c1b1a1979.tar.gz
gentoo-304f92c5822a92d25062f2edb1b5db9c1b1a1979.tar.bz2
gentoo-304f92c5822a92d25062f2edb1b5db9c1b1a1979.zip
app-misc/mc: drop git:// fallback in live ebuild
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-misc/mc')
-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 ef5501c8bc47..dc579aa74ee3 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