Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/
Date: Sat, 08 Jul 2017 23:18:36
Message-Id: 1499555899.b4048d6fd2f2b5985d1aceab505d6cb274dbbdb1.mgorny@gentoo
1 commit: b4048d6fd2f2b5985d1aceab505d6cb274dbbdb1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 19:11:27 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 23:18:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4048d6f
7
8 dev-python/lit: Update upstream git URI
9
10 dev-python/lit/lit-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild
14 index dc22031efe2..2e369db51db 100644
15 --- a/dev-python/lit/lit-9999.ebuild
16 +++ b/dev-python/lit/lit-9999.ebuild
17 @@ -9,7 +9,7 @@ inherit distutils-r1 git-r3
18 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
19 HOMEPAGE="http://llvm.org/"
20 SRC_URI=""
21 -EGIT_REPO_URI="http://llvm.org/git/llvm.git
22 +EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
23 https://github.com/llvm-mirror/llvm.git"
24
25 LICENSE="UoI-NCSA"