From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6B48C1388BF for ; Wed, 17 Feb 2016 22:06:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08DBB21C005; Wed, 17 Feb 2016 22:06:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E02A21C005 for ; Wed, 17 Feb 2016 22:06:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 352D8340BD1 for ; Wed, 17 Feb 2016 22:06:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EB8914AC for ; Wed, 17 Feb 2016 22:06:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1455746754.dfc5c7449a3f77702f76c95e9e76a440de2f6cc8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-3.7.1.ebuild sys-devel/llvm/llvm-3.8.0_rc2.ebuild sys-devel/llvm/llvm-9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dfc5c7449a3f77702f76c95e9e76a440de2f6cc8 X-VCS-Branch: master Date: Wed, 17 Feb 2016 22:06:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 656a39f0-bcac-404b-8f47-d1e3101653ce X-Archives-Hash: e4835407a5c04f218aaa35086c3b7b8d commit: dfc5c7449a3f77702f76c95e9e76a440de2f6cc8 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 17 21:45:36 2016 +0000 Commit: Michał Górny gentoo 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