commit: ec62decce92ee4185daefae89d5134acdba6d1e3
Author: Yury V. Zaytsev <yury <AT> shurup <DOT> com>
AuthorDate: Sun Oct 2 20:22:07 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Oct 2 20:22:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec62decc
app-misc/mc: fix SRC_URI (use OSU OSL) in mc-9999.ebuild
Signed-off-by: Yury V. Zaytsev <yury <AT> shurup.com>
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 c21d848..6f4832c 100644
--- a/app-misc/mc/mc-9999.ebuild
+++ b/app-misc/mc/mc-9999.ebuild
@@ -15,7 +15,7 @@ inherit eutils flag-o-matic ${LIVE_ECLASSES}
MY_P=${P/_/-}
if [[ -z ${LIVE_EBUILD} ]]; then
- SRC_URI="http://www.midnight-commander.org/downloads/${MY_P}.tar.xz"
+ SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh
~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos
~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
fi