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 B1B77138330 for ; Mon, 3 Oct 2016 09:40:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A96D7E0B1B; Mon, 3 Oct 2016 09:40:19 +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 8D739E0B16 for ; Mon, 3 Oct 2016 09:40:19 +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 49CC1340E2F for ; Mon, 3 Oct 2016 09:40:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0E8324A4 for ; Mon, 3 Oct 2016 09:40:16 +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: <1475487612.e8bfd68737a96ba7156b32513a2932b10aaccbe9.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: e8bfd68737a96ba7156b32513a2932b10aaccbe9 X-VCS-Branch: master Date: Mon, 3 Oct 2016 09:40:16 +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: a58fbf6d-4430-4d5b-8edc-e47ff44eab54 X-Archives-Hash: 2f7a4638b728060a2df9fa471bcba4cf commit: e8bfd68737a96ba7156b32513a2932b10aaccbe9 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 3 09:40:12 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 3 09:40:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bfd687 sys-devel/clang: Remove stale libomp check, it is PDEP now sys-devel/clang/clang-9999.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild index 52ebb4d..59d178c 100644 --- a/sys-devel/clang/clang-9999.ebuild +++ b/sys-devel/clang/clang-9999.ebuild @@ -268,9 +268,3 @@ multilib_src_install_all() { python_optimize "${ED}"usr/share/scan-view fi } - -pkg_postinst() { - if ! has_version 'sys-libs/libomp'; then - elog "To enable OpenMP support in clang, install sys-libs/libomp." - fi -}