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 5D1621396DB for ; Thu, 16 Nov 2017 21:52:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21DCAE0C5A; Thu, 16 Nov 2017 21:52:17 +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 F01BAE0C5C for ; Thu, 16 Nov 2017 21:52:16 +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 2351933BF0B for ; Thu, 16 Nov 2017 21:52:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA6EC9D19 for ; Thu, 16 Nov 2017 21:52:13 +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: <1510869126.8de9da8094bd281c3b01818f40e7793d7789613c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libomp/libomp-4.0.1.ebuild X-VCS-Directories: sys-libs/libomp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8de9da8094bd281c3b01818f40e7793d7789613c X-VCS-Branch: master Date: Thu, 16 Nov 2017 21:52:13 +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: 63d929b7-87d2-4c23-b638-bbb69c99148b X-Archives-Hash: 39d1912216a37c539722bccde9a5d097 commit: 8de9da8094bd281c3b01818f40e7793d7789613c Author: Michał Górny gentoo org> AuthorDate: Thu Nov 16 17:53:13 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Nov 16 21:52:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de9da80 sys-libs/libomp: Call cmake-utils_src_prepare sys-libs/libomp/libomp-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libomp/libomp-4.0.1.ebuild b/sys-libs/libomp/libomp-4.0.1.ebuild index 6b5290fbe40..14a03e01f7b 100644 --- a/sys-libs/libomp/libomp-4.0.1.ebuild +++ b/sys-libs/libomp/libomp-4.0.1.ebuild @@ -53,7 +53,7 @@ src_prepare() { # fix atomic tests with gcc eapply "${FILESDIR}"/4.0.1/0001-test-Try-to-link-latomic-to-provide-atomics-when-ava.patch - eapply_user + cmake-utils_src_prepare } multilib_src_configure() {