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/llvm/
Date: Fri, 14 Oct 2016 04:20:55
Message-Id: 1476418840.8c9e07f391abda281db0630741110a0d2c8533b5.mgorny@gentoo
1 commit: 8c9e07f391abda281db0630741110a0d2c8533b5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 14 04:19:50 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 14 04:20:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9e07f3
7
8 sys-devel/llvm: Fix URLs for 3.4.2, #597000
9
10 sys-devel/llvm/llvm-3.4.2-r100.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-devel/llvm/llvm-3.4.2-r100.ebuild b/sys-devel/llvm/llvm-3.4.2-r100.ebuild
14 index cd3155f..2b6c123 100644
15 --- a/sys-devel/llvm/llvm-3.4.2-r100.ebuild
16 +++ b/sys-devel/llvm/llvm-3.4.2-r100.ebuild
17 @@ -11,7 +11,7 @@ inherit eutils check-reqs flag-o-matic multilib pax-utils prefix \
18 DESCRIPTION="Low Level Virtual Machine"
19 HOMEPAGE="http://llvm.org/"
20 SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.gz
21 - clang? ( http://llvm.org/releases/${PV}/compiler-rt-3.4.src.tar.gz
22 + clang? ( http://llvm.org/releases/3.4/compiler-rt-3.4.src.tar.gz
23 http://llvm.org/releases/${PV}/cfe-${PV}.src.tar.gz )
24 https://dev.gentoo.org/~mgorny/dist/${PN}-3.4-manpages.tar.bz2"