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: Wed, 17 Feb 2016 22:06:11
Message-Id: 1455746754.dfc5c7449a3f77702f76c95e9e76a440de2f6cc8.mgorny@gentoo
1 commit: dfc5c7449a3f77702f76c95e9e76a440de2f6cc8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 17 21:45:36 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 17 22:05:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc5c744
7
8 sys-devel/llvm: Clean up stale ref to outer mycmakeargs
9
10 Clean up the stale and confusing reference to outer mycmakeargs that
11 used to be declared in src_configure() and passed down to
12 multilib_src_configure(). This is no longer the case.
13
14 sys-devel/llvm/llvm-3.7.1.ebuild | 1 -
15 sys-devel/llvm/llvm-3.8.0_rc2.ebuild | 1 -
16 sys-devel/llvm/llvm-9999.ebuild | 1 -
17 3 files changed, 3 deletions(-)
18
19 diff --git a/sys-devel/llvm/llvm-3.7.1.ebuild b/sys-devel/llvm/llvm-3.7.1.ebuild
20 index 347d8cc..9a53dea 100644
21 --- a/sys-devel/llvm/llvm-3.7.1.ebuild
22 +++ b/sys-devel/llvm/llvm-3.7.1.ebuild
23 @@ -258,7 +258,6 @@ multilib_src_configure() {
24
25 local libdir=$(get_libdir)
26 local mycmakeargs=(
27 - "${mycmakeargs[@]}"
28 -DLLVM_LIBDIR_SUFFIX=${libdir#lib}
29
30 -DBUILD_SHARED_LIBS=ON
31
32 diff --git a/sys-devel/llvm/llvm-3.8.0_rc2.ebuild b/sys-devel/llvm/llvm-3.8.0_rc2.ebuild
33 index 9a74e9a..b3b7e4e 100644
34 --- a/sys-devel/llvm/llvm-3.8.0_rc2.ebuild
35 +++ b/sys-devel/llvm/llvm-3.8.0_rc2.ebuild
36 @@ -244,7 +244,6 @@ multilib_src_configure() {
37
38 local libdir=$(get_libdir)
39 local mycmakeargs=(
40 - "${mycmakeargs[@]}"
41 -DLLVM_LIBDIR_SUFFIX=${libdir#lib}
42
43 -DLLVM_LINK_LLVM_DYLIB=ON
44
45 diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
46 index f998ade..4cef57b 100644
47 --- a/sys-devel/llvm/llvm-9999.ebuild
48 +++ b/sys-devel/llvm/llvm-9999.ebuild
49 @@ -221,7 +221,6 @@ multilib_src_configure() {
50
51 local libdir=$(get_libdir)
52 local mycmakeargs=(
53 - "${mycmakeargs[@]}"
54 -DLLVM_LIBDIR_SUFFIX=${libdir#lib}
55
56 -DLLVM_LINK_LLVM_DYLIB=ON