sys-devel/llvm: Clean up stale ref to outer mycmakeargs
authorMichał Górny <mgorny@gentoo.org>
Wed, 17 Feb 2016 21:45:36 +0000 (22:45 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 17 Feb 2016 22:05:54 +0000 (23:05 +0100)
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
sys-devel/llvm/llvm-3.8.0_rc2.ebuild
sys-devel/llvm/llvm-9999.ebuild

index 347d8cc20119d6db19f2a4356fd73e87eae55140..9a53dea448dcae90e63f4d78ef3ac50de9eda542 100644 (file)
@@ -258,7 +258,6 @@ multilib_src_configure() {
 
        local libdir=$(get_libdir)
        local mycmakeargs=(
-               "${mycmakeargs[@]}"
                -DLLVM_LIBDIR_SUFFIX=${libdir#lib}
 
                -DBUILD_SHARED_LIBS=ON
index 9a74e9a0792a06d5a3f9a69b893acc69f94a005c..b3b7e4e536b464dbcdd57dcdd079381bb5682201 100644 (file)
@@ -244,7 +244,6 @@ multilib_src_configure() {
 
        local libdir=$(get_libdir)
        local mycmakeargs=(
-               "${mycmakeargs[@]}"
                -DLLVM_LIBDIR_SUFFIX=${libdir#lib}
 
                -DLLVM_LINK_LLVM_DYLIB=ON
index f998ade61d72ec0d46503b212de3e4da81b23e1d..4cef57bcd45860db67fa2f1dbdcacceb2f00634b 100644 (file)
@@ -221,7 +221,6 @@ multilib_src_configure() {
 
        local libdir=$(get_libdir)
        local mycmakeargs=(
-               "${mycmakeargs[@]}"
                -DLLVM_LIBDIR_SUFFIX=${libdir#lib}
 
                -DLLVM_LINK_LLVM_DYLIB=ON