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 A65DA138330 for ; Sat, 1 Oct 2016 13:06:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E798C21C073; Sat, 1 Oct 2016 13:06:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB86F21C073 for ; Sat, 1 Oct 2016 13:06:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6A43340ED8 for ; Sat, 1 Oct 2016 13:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AF5A2491 for ; Sat, 1 Oct 2016 13:06:03 +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: <1475327152.e42c7312d89d25ed0eb0e3d60b920db1e99c1c75.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-9999.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e42c7312d89d25ed0eb0e3d60b920db1e99c1c75 X-VCS-Branch: master Date: Sat, 1 Oct 2016 13:06:03 +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: 2feace50-4aa2-4ce9-a274-cc1a02e83822 X-Archives-Hash: c992b4c1f2a12648f14d059e7e366a27 commit: e42c7312d89d25ed0eb0e3d60b920db1e99c1c75 Author: Michał Górny gentoo org> AuthorDate: Sat Oct 1 06:57:19 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 1 13:05:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42c7312 sys-devel/clang: Remove leftover "use clang" on BSD sys-devel/clang/clang-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild index b2c3499..c201bba 100644 --- a/sys-devel/clang/clang-9999.ebuild +++ b/sys-devel/clang/clang-9999.ebuild @@ -243,7 +243,7 @@ src_install() { done # Remove unnecessary headers on FreeBSD, bug #417171 - if use kernel_FreeBSD && use clang; then + if use kernel_FreeBSD; then rm "${ED}"usr/lib/clang/${PV}/include/{std,float,iso,limits,tgmath,varargs}*.h || die fi }