From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 095911396D9 for ; Mon, 16 Oct 2017 03:35:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D8502BC040; Mon, 16 Oct 2017 03:35:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2833A2BC036 for ; Mon, 16 Oct 2017 03:35:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12EF633BF3C for ; Mon, 16 Oct 2017 03:35:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61E989097 for ; Mon, 16 Oct 2017 03:34:56 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1508124277.a374f9a516fc5da2ab60fe1089074f379f356d74.soap@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-r3.ebuild sys-devel/llvm/llvm-3.8.1-r2.ebuild sys-devel/llvm/llvm-3.9.1-r1.ebuild sys-devel/llvm/llvm-4.0.1.ebuild sys-devel/llvm/llvm-5.0.0.ebuild sys-devel/llvm/llvm-5.0.9999.ebuild sys-devel/llvm/llvm-9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a374f9a516fc5da2ab60fe1089074f379f356d74 X-VCS-Branch: master Date: Mon, 16 Oct 2017 03:34:56 +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: 5f1f52a6-ac90-4ed2-85be-675ca6018149 X-Archives-Hash: cbe9fc34934ccb83b3e857ea8f4a8bcd commit: a374f9a516fc5da2ab60fe1089074f379f356d74 Author: David Seifert gentoo org> AuthorDate: Mon Oct 16 03:24:37 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Oct 16 03:24:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a374f9a5 sys-devel/llvm: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 sys-devel/llvm/llvm-3.7.1-r3.ebuild | 4 ++-- sys-devel/llvm/llvm-3.8.1-r2.ebuild | 4 ++-- sys-devel/llvm/llvm-3.9.1-r1.ebuild | 4 ++-- sys-devel/llvm/llvm-4.0.1.ebuild | 4 ++-- sys-devel/llvm/llvm-5.0.0.ebuild | 4 ++-- sys-devel/llvm/llvm-5.0.9999.ebuild | 4 ++-- sys-devel/llvm/llvm-9999.ebuild | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/sys-devel/llvm/llvm-3.7.1-r3.ebuild b/sys-devel/llvm/llvm-3.7.1-r3.ebuild index a443825a626..89214c8b537 100644 --- a/sys-devel/llvm/llvm-3.7.1-r3.ebuild +++ b/sys-devel/llvm/llvm-3.7.1-r3.ebuild @@ -257,8 +257,8 @@ src_prepare() { eapply "${WORKDIR}/${P}-patchset"/lldb/tinfo.patch fi - # User patches - eapply_user + # User patches + QA + cmake-utils_src_prepare # Native libdir is used to hold LLVMgold.so NATIVE_LIBDIR=$(get_libdir) diff --git a/sys-devel/llvm/llvm-3.8.1-r2.ebuild b/sys-devel/llvm/llvm-3.8.1-r2.ebuild index e6e60425a19..d0c0910eaf9 100644 --- a/sys-devel/llvm/llvm-3.8.1-r2.ebuild +++ b/sys-devel/llvm/llvm-3.8.1-r2.ebuild @@ -262,8 +262,8 @@ src_prepare() { eapply "${WORKDIR}/${P}-patchset"/lldb/six.patch fi - # User patches - eapply_user + # User patches + QA + cmake-utils_src_prepare # Native libdir is used to hold LLVMgold.so NATIVE_LIBDIR=$(get_libdir) diff --git a/sys-devel/llvm/llvm-3.9.1-r1.ebuild b/sys-devel/llvm/llvm-3.9.1-r1.ebuild index 11188e4e124..76552025bb2 100644 --- a/sys-devel/llvm/llvm-3.9.1-r1.ebuild +++ b/sys-devel/llvm/llvm-3.9.1-r1.ebuild @@ -251,8 +251,8 @@ src_prepare() { eapply "${WORKDIR}/${P}-patchset"/lldb/six.patch fi - # User patches - eapply_user + # User patches + QA + cmake-utils_src_prepare # Native libdir is used to hold LLVMgold.so NATIVE_LIBDIR=$(get_libdir) diff --git a/sys-devel/llvm/llvm-4.0.1.ebuild b/sys-devel/llvm/llvm-4.0.1.ebuild index 0c5bec512cc..4e3e2dcbed0 100644 --- a/sys-devel/llvm/llvm-4.0.1.ebuild +++ b/sys-devel/llvm/llvm-4.0.1.ebuild @@ -87,8 +87,8 @@ src_prepare() { # disable use of SDK on OSX, bug #568758 sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die - # User patches - eapply_user + # User patches + QA + cmake-utils_src_prepare } multilib_src_configure() { diff --git a/sys-devel/llvm/llvm-5.0.0.ebuild b/sys-devel/llvm/llvm-5.0.0.ebuild index 35512320595..d699c29c5be 100644 --- a/sys-devel/llvm/llvm-5.0.0.ebuild +++ b/sys-devel/llvm/llvm-5.0.0.ebuild @@ -84,8 +84,8 @@ src_prepare() { # disable use of SDK on OSX, bug #568758 sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die - # User patches - eapply_user + # User patches + QA + cmake-utils_src_prepare } multilib_src_configure() { diff --git a/sys-devel/llvm/llvm-5.0.9999.ebuild b/sys-devel/llvm/llvm-5.0.9999.ebuild index 14fb539b01c..9d4b6f4c4e4 100644 --- a/sys-devel/llvm/llvm-5.0.9999.ebuild +++ b/sys-devel/llvm/llvm-5.0.9999.ebuild @@ -84,8 +84,8 @@ src_prepare() { # disable use of SDK on OSX, bug #568758 sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die - # User patches - eapply_user + # User patches + QA + cmake-utils_src_prepare } multilib_src_configure() { diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index e86690a206c..64f66a7d6c0 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -86,8 +86,8 @@ src_prepare() { # disable use of SDK on OSX, bug #568758 sed -i -e 's/xcrun/false/' utils/lit/lit/util.py || die - # User patches - eapply_user + # User patches + QA + cmake-utils_src_prepare } multilib_src_configure() {