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 BF97A139695 for ; Sat, 8 Jul 2017 23:18:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FB6427400D; Sat, 8 Jul 2017 23:18:35 +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 0B30821410D for ; Sat, 8 Jul 2017 23:18:34 +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 E0B13341BC2 for ; Sat, 8 Jul 2017 23:18:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD3717488 for ; Sat, 8 Jul 2017 23:18:31 +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: <1499555896.14b93b6dd076c70fe4b73288630b9245351e51d0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm-common/llvm-common-9999.ebuild X-VCS-Directories: sys-devel/llvm-common/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 14b93b6dd076c70fe4b73288630b9245351e51d0 X-VCS-Branch: master Date: Sat, 8 Jul 2017 23:18:31 +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: 269c8147-f6a8-4bd9-86c2-49277242cd16 X-Archives-Hash: bbc940816c7d45bffc01b0cbc92fd986 commit: 14b93b6dd076c70fe4b73288630b9245351e51d0 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 8 19:11:18 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 8 23:18:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b93b6d sys-devel/llvm-common: Update upstream git URI sys-devel/llvm-common/llvm-common-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/llvm-common/llvm-common-9999.ebuild b/sys-devel/llvm-common/llvm-common-9999.ebuild index 75124672bd7..87e502af1e9 100644 --- a/sys-devel/llvm-common/llvm-common-9999.ebuild +++ b/sys-devel/llvm-common/llvm-common-9999.ebuild @@ -8,7 +8,7 @@ inherit git-r3 DESCRIPTION="Common files shared between multiple slots of LLVM" HOMEPAGE="http://llvm.org/" SRC_URI="" -EGIT_REPO_URI="http://llvm.org/git/llvm.git +EGIT_REPO_URI="https://git.llvm.org/git/llvm.git https://github.com/llvm-mirror/llvm.git" LICENSE="UoI-NCSA"