commit:     7cc837dcc38c77d6d092927adb1c6d4fa646b3c3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 19:59:02 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 20:00:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc837dc

sys-devel/llvm: Drop unused NATIVE_LIBDIR variable

 sys-devel/llvm/llvm-4.0.0_rc1.ebuild | 3 ---
 sys-devel/llvm/llvm-9999.ebuild      | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/sys-devel/llvm/llvm-4.0.0_rc1.ebuild 
b/sys-devel/llvm/llvm-4.0.0_rc1.ebuild
index 55dad9f..38ae821 100644
--- a/sys-devel/llvm/llvm-4.0.0_rc1.ebuild
+++ b/sys-devel/llvm/llvm-4.0.0_rc1.ebuild
@@ -125,9 +125,6 @@ src_prepare() {
 
        # User patches
        eapply_user
-
-       # Native libdir is used to hold LLVMgold.so
-       NATIVE_LIBDIR=$(get_libdir)
 }
 
 multilib_src_configure() {

diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index a66f1e1..964f62d 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -125,9 +125,6 @@ src_prepare() {
 
        # User patches
        eapply_user
-
-       # Native libdir is used to hold LLVMgold.so
-       NATIVE_LIBDIR=$(get_libdir)
 }
 
 multilib_src_configure() {

Reply via email to