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 8E160138330 for ; Sat, 6 Jan 2018 16:18:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACF93E09AB; Sat, 6 Jan 2018 16:18:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8A6BFE09AB for ; Sat, 6 Jan 2018 16:18:05 +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 E0C9C335C04 for ; Sat, 6 Jan 2018 16:18:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5B0F133 for ; Sat, 6 Jan 2018 16:18:01 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1515255473.5630322c8afc6ef58f96aeff35e85d6d1b6649e4.grobian@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.4.2-r100.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 5630322c8afc6ef58f96aeff35e85d6d1b6649e4 X-VCS-Branch: master Date: Sat, 6 Jan 2018 16:18:01 +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: 43db4387-d06a-4082-a7b6-a51e02ffbb78 X-Archives-Hash: a39b694ec80420d4776f69869f8bd847 commit: 5630322c8afc6ef58f96aeff35e85d6d1b6649e4 Author: Fabian Groffen gentoo org> AuthorDate: Sat Jan 6 16:17:32 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Jan 6 16:17:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5630322c sys-devel/llvm: avoid darwin8 patch in 3.4.2 elsewhere Package-Manager: Portage-2.3.13, Repoman-2.3.3 sys-devel/llvm/llvm-3.4.2-r100.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-devel/llvm/llvm-3.4.2-r100.ebuild b/sys-devel/llvm/llvm-3.4.2-r100.ebuild index 430d90928c0..c555e99f973 100644 --- a/sys-devel/llvm/llvm-3.4.2-r100.ebuild +++ b/sys-devel/llvm/llvm-3.4.2-r100.ebuild @@ -107,6 +107,11 @@ src_prepare() { epatch "${WORKDIR}/${P}-patchset"/clang/gentoo-install.patch + if [[ ${CHOST} != *-darwin8 ]] ; then + # Darwin8/Tiger-only patch + rm "${WORKDIR}"/${PN}-3.4-patchset-darwin-leopard/0006-* || die + fi + if [[ ${CHOST} == *-darwin8 ]] || [[ ${CHOST} == *-darwin9 ]] ; then EPATCH_SOURCE="${WORKDIR}"/${PN}-3.4-patchset-darwin-leopard \ EPATCH_SUFFIX=patch EPATCH_FORCE=yes epatch