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: Sat, 28 Jan 2017 20:00:57
Message-Id: 1485633637.7cc837dcc38c77d6d092927adb1c6d4fa646b3c3.mgorny@gentoo
1 commit: 7cc837dcc38c77d6d092927adb1c6d4fa646b3c3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 19:59:02 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 20:00:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc837dc
7
8 sys-devel/llvm: Drop unused NATIVE_LIBDIR variable
9
10 sys-devel/llvm/llvm-4.0.0_rc1.ebuild | 3 ---
11 sys-devel/llvm/llvm-9999.ebuild | 3 ---
12 2 files changed, 6 deletions(-)
13
14 diff --git a/sys-devel/llvm/llvm-4.0.0_rc1.ebuild b/sys-devel/llvm/llvm-4.0.0_rc1.ebuild
15 index 55dad9f..38ae821 100644
16 --- a/sys-devel/llvm/llvm-4.0.0_rc1.ebuild
17 +++ b/sys-devel/llvm/llvm-4.0.0_rc1.ebuild
18 @@ -125,9 +125,6 @@ src_prepare() {
19
20 # User patches
21 eapply_user
22 -
23 - # Native libdir is used to hold LLVMgold.so
24 - NATIVE_LIBDIR=$(get_libdir)
25 }
26
27 multilib_src_configure() {
28
29 diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
30 index a66f1e1..964f62d 100644
31 --- a/sys-devel/llvm/llvm-9999.ebuild
32 +++ b/sys-devel/llvm/llvm-9999.ebuild
33 @@ -125,9 +125,6 @@ src_prepare() {
34
35 # User patches
36 eapply_user
37 -
38 - # Native libdir is used to hold LLVMgold.so
39 - NATIVE_LIBDIR=$(get_libdir)
40 }
41
42 multilib_src_configure() {