From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2F25E138252 for ; Mon, 9 May 2016 18:45:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45C2EE077B; Mon, 9 May 2016 18:45:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0658E077B for ; Mon, 9 May 2016 18:45:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C72DB340B23 for ; Mon, 9 May 2016 18:45:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1024B331 for ; Mon, 9 May 2016 18:45:50 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1462819487.c75e112447a52a0b69aebe28b53f3ea066d615ce.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/mc/mc-9999.ebuild X-VCS-Directories: app-misc/mc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c75e112447a52a0b69aebe28b53f3ea066d615ce X-VCS-Branch: master Date: Mon, 9 May 2016 18:45:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9e11328d-59fc-4594-8ec8-9bade57fbd02 X-Archives-Hash: 6bca77f1730dd21356d227ae03e38810 commit: c75e112447a52a0b69aebe28b53f3ea066d615ce Author: Yury V. Zaytsev traveltainment de> AuthorDate: Mon May 9 08:28:34 2016 +0000 Commit: Sergei Trofimovich gentoo 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 traveltainment.de> Signed-off-by: Sergei Trofimovich 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