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 EA550139697 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 562B7274049; Sat, 8 Jul 2017 23:18:36 +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 3828C274049 for ; Sat, 8 Jul 2017 23:18:36 +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 66D84341B72 for ; Sat, 8 Jul 2017 23:18:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42EC574AB 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: <1499555902.018fc0f7fa48c8ecfacce37e10c81e2b0360e169.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clang-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/clang-python/clang-python-9999.ebuild X-VCS-Directories: dev-python/clang-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 018fc0f7fa48c8ecfacce37e10c81e2b0360e169 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: 3812c863-6006-4df2-9aec-c43c3544c9d2 X-Archives-Hash: 4e1595ba7d6bee96c0ac4e59c4ea2d76 commit: 018fc0f7fa48c8ecfacce37e10c81e2b0360e169 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 8 19:11:39 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 8 23:18:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=018fc0f7 dev-python/clang-python: Update upstream git URI dev-python/clang-python/clang-python-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/clang-python/clang-python-9999.ebuild b/dev-python/clang-python/clang-python-9999.ebuild index e985bfe6881..504837ede60 100644 --- a/dev-python/clang-python/clang-python-9999.ebuild +++ b/dev-python/clang-python/clang-python-9999.ebuild @@ -9,7 +9,7 @@ inherit git-r3 python-r1 DESCRIPTION="Python bindings for sys-devel/clang" HOMEPAGE="http://llvm.org/" SRC_URI="" -EGIT_REPO_URI="http://llvm.org/git/clang.git +EGIT_REPO_URI="https://git.llvm.org/git/clang.git https://github.com/llvm-mirror/clang.git" LICENSE="UoI-NCSA"