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 84D3D139694 for ; Sat, 8 Jul 2017 23:25:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CFB62741EC; Sat, 8 Jul 2017 23:25:24 +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 3A7F42741EC for ; Sat, 8 Jul 2017 23:25:24 +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 E3C7B34193C for ; Sat, 8 Jul 2017 23:25:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 791DE74A7 for ; Sat, 8 Jul 2017 23:25:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1499556267.3c810c856ab7f58b6e6add4248d02ad53fa23e98.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lldb/lldb-9999.ebuild X-VCS-Directories: dev-util/lldb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3c810c856ab7f58b6e6add4248d02ad53fa23e98 X-VCS-Branch: master Date: Sat, 8 Jul 2017 23:25:21 +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: b0e433a1-4a57-4b53-b2d4-f1c9804f5ef8 X-Archives-Hash: 1cdadb7f2f299d2a9d9785570fc8a8e2 commit: 3c810c856ab7f58b6e6add4248d02ad53fa23e98 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 8 23:21:58 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 8 23:24:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c810c85 dev-util/lldb: Also update the git URI for extra fetches dev-util/lldb/lldb-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild index d434f82dbf2..45a14965b4f 100644 --- a/dev-util/lldb/lldb-9999.ebuild +++ b/dev-util/lldb/lldb-9999.ebuild @@ -49,7 +49,7 @@ pkg_setup() { src_unpack() { if use test; then # needed for patched gtest - git-r3_fetch "http://llvm.org/git/llvm.git + git-r3_fetch "https://git.llvm.org/git/llvm.git https://github.com/llvm-mirror/llvm.git" fi git-r3_fetch