From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D21711396DA for ; Sun, 15 Oct 2017 11:28:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B18482BC003; Sun, 15 Oct 2017 11:28:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93AE82BC003 for ; Sun, 15 Oct 2017 11:28:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B15A333BEA7 for ; Sun, 15 Oct 2017 11:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE80431F for ; Sun, 15 Oct 2017 11:28:41 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1508066297.444b3f355a759d81090fb0fd4f966257fe8d8cce.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/emacs-common-gentoo/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild X-VCS-Directories: app-emacs/emacs-common-gentoo/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 444b3f355a759d81090fb0fd4f966257fe8d8cce X-VCS-Branch: master Date: Sun, 15 Oct 2017 11:28:41 +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: 606d8a1b-14f8-45a7-85ba-988bed2b46e3 X-Archives-Hash: 01594e7be020b9e2a87dc9e7c7aad852 commit: 444b3f355a759d81090fb0fd4f966257fe8d8cce Author: Ulrich Müller gentoo org> AuthorDate: Sun Oct 15 11:18:17 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Oct 15 11:18:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=444b3f35 app-emacs/emacs-common-gentoo: Update EGIT_REPO_URI. Package-Manager: Portage-2.3.11, Repoman-2.3.3 app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild index 562a4ad..33bd445 100644 --- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild +++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -EGIT_REPO_URI="git://anongit.gentoo.org/proj/emacs-tools.git" +EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git" EGIT_BRANCH="${PN}" EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"