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 850A11396DA 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 A061C2BC038; 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 78E4A2BC017 for ; Sun, 15 Oct 2017 11:28:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 12D4633B864 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 C85F431C 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: <1508066102.0335133b750fcd57143956d76f33c597b72ee641.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/ebuild-mode/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/ebuild-mode/ebuild-mode-9999.ebuild X-VCS-Directories: app-emacs/ebuild-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0335133b750fcd57143956d76f33c597b72ee641 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: 9adfc4d0-5e29-4973-8d8c-738905961b62 X-Archives-Hash: fd4ecd6514468c95324550b7c7b85ea6 commit: 0335133b750fcd57143956d76f33c597b72ee641 Author: Ulrich Müller gentoo org> AuthorDate: Sun Oct 15 11:15:02 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Oct 15 11:15:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=0335133b app-emacs/ebuild-mode: Update EGIT_REPO_URI. Package-Manager: Portage-2.3.11, Repoman-2.3.3 app-emacs/ebuild-mode/ebuild-mode-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild index 0aaa6a1..6520b3a 100644 --- a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild +++ b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -EGIT_REPO_URI="git://anongit.gentoo.org/proj/ebuild-mode.git" +EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/ebuild-mode.git" EGIT_BRANCH="master" EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"