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: sys-devel/lld/
Date: Sat, 08 Jul 2017 23:18:36
Message-Id: 1499555901.8dff75211b0c35fee30123c7fcdf8f22baff91f6.mgorny@gentoo
1 commit: 8dff75211b0c35fee30123c7fcdf8f22baff91f6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 19:11:34 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 23:18:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dff7521
7
8 sys-devel/lld: Update upstream git URI
9
10 sys-devel/lld/lld-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild
14 index 74eaf42b2ca..ab59f4de130 100644
15 --- a/sys-devel/lld/lld-9999.ebuild
16 +++ b/sys-devel/lld/lld-9999.ebuild
17 @@ -13,7 +13,7 @@ inherit cmake-utils git-r3 llvm python-any-r1
18 DESCRIPTION="The LLVM linker (link editor)"
19 HOMEPAGE="http://llvm.org/"
20 SRC_URI=""
21 -EGIT_REPO_URI="http://llvm.org/git/lld.git
22 +EGIT_REPO_URI="https://git.llvm.org/git/lld.git
23 https://github.com/llvm-mirror/lld.git"
24
25 LICENSE="UoI-NCSA"