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 C8BC5138350 for ; Mon, 16 Mar 2020 21:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19A9EE0CEA; Mon, 16 Mar 2020 21:24:00 +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 EE96BE0CEA for ; Mon, 16 Mar 2020 21:23:59 +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 0E38D34F20F for ; Mon, 16 Mar 2020 21:23:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E2DAAF for ; Mon, 16 Mar 2020 21:23:57 +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: <1584393832.3b06eba53f1183d76c0c768b2b7aca06ea448074.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/binutils/binutils-9999.ebuild X-VCS-Directories: sys-devel/binutils/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3b06eba53f1183d76c0c768b2b7aca06ea448074 X-VCS-Branch: master Date: Mon, 16 Mar 2020 21:23:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a7dd8100-ea70-4c10-85ad-07eb47adf9ec X-Archives-Hash: b1bf8dcc6b99b63027e166d0e0448fcd commit: 3b06eba53f1183d76c0c768b2b7aca06ea448074 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Mon Mar 16 18:49:30 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Mar 16 21:23:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b06eba5 sys-devel/binutils: Use https:// again for git repository. Reverts: f6ce8a59558a0472d72be70e9568aa3ef566b108 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Sergei Trofimovich gentoo.org> sys-devel/binutils/binutils-9999.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index 569c1c82680..7e5b921ee5f 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -24,16 +24,14 @@ PATCH_BINUTILS_VER=9999 case ${PV} in 9999) - # sourceware.org does not have https:// today. - EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git" + EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git" inherit git-r3 S=${WORKDIR}/binutils EGIT_CHECKOUT_DIR=${S} SLOT=${PV} ;; *.9999) - # sourceware.org does not have https:// today. - EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git" + EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git" inherit git-r3 S=${WORKDIR}/binutils EGIT_CHECKOUT_DIR=${S}