From: Michał Górny Date: Sat, 28 Jan 2017 19:59:02 +0000 (+0100) Subject: sys-devel/llvm: Drop unused NATIVE_LIBDIR variable X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7cc837dcc38c77d6d092927adb1c6d4fa646b3c3;p=gentoo.git sys-devel/llvm: Drop unused NATIVE_LIBDIR variable --- diff --git a/sys-devel/llvm/llvm-4.0.0_rc1.ebuild b/sys-devel/llvm/llvm-4.0.0_rc1.ebuild index 55dad9f8a936..38ae821b9bbe 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 a66f1e10dc84..964f62de2de9 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() {