commit:     dfc5c7449a3f77702f76c95e9e76a440de2f6cc8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 21:45:36 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 22:05:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc5c744

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 347d8cc..9a53dea 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 9a74e9a..b3b7e4e 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 f998ade..4cef57b 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

Reply via email to