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 40791139694 for ; Sat, 8 Jul 2017 23:18:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 300B02740F7; Sat, 8 Jul 2017 23:18:37 +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 12C9B2740F7 for ; Sat, 8 Jul 2017 23:18:37 +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 44F79341BCA for ; Sat, 8 Jul 2017 23:18:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0C3074B0 for ; Sat, 8 Jul 2017 23:18:32 +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: <1499555905.258b261d8c4ac2fc697d9c95359bb924e0ccdb2f.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: 258b261d8c4ac2fc697d9c95359bb924e0ccdb2f X-VCS-Branch: master Date: Sat, 8 Jul 2017 23:18:32 +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: 8075eccd-273c-4523-9207-671535a8f21d X-Archives-Hash: af4a7f35075bf147ff4c697c4b69467d commit: 258b261d8c4ac2fc697d9c95359bb924e0ccdb2f Author: Michał Górny gentoo org> AuthorDate: Sat Jul 8 19:11:52 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 8 23:18:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258b261d sys-libs/libcxxabi: Update upstream git URI 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 719f9f6a03a..98cc3d1bc8b 100644 --- a/sys-libs/libcxxabi/libcxxabi-9999.ebuild +++ b/sys-libs/libcxxabi/libcxxabi-9999.ebuild @@ -13,7 +13,7 @@ inherit cmake-multilib git-r3 llvm python-any-r1 DESCRIPTION="Low level support for a standard C++ library" HOMEPAGE="http://libcxxabi.llvm.org/" SRC_URI="" -EGIT_REPO_URI="http://llvm.org/git/libcxxabi.git +EGIT_REPO_URI="https://git.llvm.org/git/libcxxabi.git https://github.com/llvm-mirror/libcxxabi.git" LICENSE="|| ( UoI-NCSA MIT )"