diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-02-17 22:45:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-02-17 23:05:54 +0100 |
commit | dfc5c7449a3f77702f76c95e9e76a440de2f6cc8 (patch) | |
tree | c52f3840ac28f873b6f550b2fb969f4d805e8ccb /sys-devel | |
parent | sys-devel/llvm: Update the llvm-config for the live version, #574918 (diff) | |
download | gentoo-dfc5c7449a3f77702f76c95e9e76a440de2f6cc8.tar.gz gentoo-dfc5c7449a3f77702f76c95e9e76a440de2f6cc8.tar.bz2 gentoo-dfc5c7449a3f77702f76c95e9e76a440de2f6cc8.zip |
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.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-3.7.1.ebuild | 1 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-3.8.0_rc2.ebuild | 1 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-9999.ebuild | 1 |
3 files changed, 0 insertions, 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 |