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 34D6F139694 for ; Sat, 8 Jul 2017 23:25:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDCF1274208; Sat, 8 Jul 2017 23:25:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AF19C274208 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 33E0D341A5D for ; Sat, 8 Jul 2017 23:25:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F23D74A9 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: <1499556272.eecc6030a481b4ea80db4b524cfa6e76ac458229.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxxabi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxxabi/libcxxabi-9999.ebuild X-VCS-Directories: sys-libs/libcxxabi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eecc6030a481b4ea80db4b524cfa6e76ac458229 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: ad852d9a-dc5d-4de9-a245-df3ce37c2ce7 X-Archives-Hash: c70eb9e9df8b857745571bcaceb40183 commit: eecc6030a481b4ea80db4b524cfa6e76ac458229 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 8 23:22:07 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 8 23:24:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eecc6030 sys-libs/libcxxabi: Also update the git URI for extra fetches sys-libs/libcxxabi/libcxxabi-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libcxxabi/libcxxabi-9999.ebuild b/sys-libs/libcxxabi/libcxxabi-9999.ebuild index 98cc3d1bc8b..26dbbdb57fd 100644 --- a/sys-libs/libcxxabi/libcxxabi-9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-9999.ebuild @@ -49,7 +49,7 @@ pkg_setup() { src_unpack() { # we need the headers - git-r3_fetch "http://llvm.org/git/libcxx.git + git-r3_fetch "https://git.llvm.org/git/libcxx.git https://github.com/llvm-mirror/libcxx.git" git-r3_fetch