From dfc5c7449a3f77702f76c95e9e76a440de2f6cc8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 17 Feb 2016 22:45:36 +0100 Subject: [PATCH] sys-devel/llvm: Clean up stale ref to outer mycmakeargs Clean up the stale and confusing reference to outer mycmakeargs that used to be declared in src_configure() and passed down to multilib_src_configure(). This is no longer the case. --- sys-devel/llvm/llvm-3.7.1.ebuild | 1 - sys-devel/llvm/llvm-3.8.0_rc2.ebuild | 1 - sys-devel/llvm/llvm-9999.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/sys-devel/llvm/llvm-3.7.1.ebuild b/sys-devel/llvm/llvm-3.7.1.ebuild index 347d8cc20119..9a53dea448dc 100644 --- a/sys-devel/llvm/llvm-3.7.1.ebuild +++ b/sys-devel/llvm/llvm-3.7.1.ebuild @@ -258,7 +258,6 @@ multilib_src_configure() { local libdir=$(get_libdir) local mycmakeargs=( - "${mycmakeargs[@]}" -DLLVM_LIBDIR_SUFFIX=${libdir#lib} -DBUILD_SHARED_LIBS=ON diff --git a/sys-devel/llvm/llvm-3.8.0_rc2.ebuild b/sys-devel/llvm/llvm-3.8.0_rc2.ebuild index 9a74e9a0792a..b3b7e4e536b4 100644 --- a/sys-devel/llvm/llvm-3.8.0_rc2.ebuild +++ b/sys-devel/llvm/llvm-3.8.0_rc2.ebuild @@ -244,7 +244,6 @@ multilib_src_configure() { local libdir=$(get_libdir) local mycmakeargs=( - "${mycmakeargs[@]}" -DLLVM_LIBDIR_SUFFIX=${libdir#lib} -DLLVM_LINK_LLVM_DYLIB=ON diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index f998ade61d72..4cef57bcd458 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -221,7 +221,6 @@ multilib_src_configure() { local libdir=$(get_libdir) local mycmakeargs=( - "${mycmakeargs[@]}" -DLLVM_LIBDIR_SUFFIX=${libdir#lib} -DLLVM_LINK_LLVM_DYLIB=ON -- 2.26.2