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 16BDA138330 for ; Mon, 26 Sep 2016 17:45:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C70FE0AEB; Mon, 26 Sep 2016 17:45:03 +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 10AA4E0AEB for ; Mon, 26 Sep 2016 17:45:02 +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 818BA34092E for ; Mon, 26 Sep 2016 17:45:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AD992486 for ; Mon, 26 Sep 2016 17:44:59 +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: <1474911897.8d99b6d3f52044f99ad8858f4b44fbbaa049e540.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-9999.ebuild X-VCS-Directories: sys-libs/libomp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8d99b6d3f52044f99ad8858f4b44fbbaa049e540 X-VCS-Branch: master Date: Mon, 26 Sep 2016 17:44:59 +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: a5097471-b2c7-4292-a6dd-f276ea43b607 X-Archives-Hash: c56b80aea01d59e0319e3228715e834c commit: 8d99b6d3f52044f99ad8858f4b44fbbaa049e540 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 26 17:26:05 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 26 17:44:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d99b6d3 sys-libs/libomp: Disable copying exports back to srcdir sys-libs/libomp/libomp-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild index fe4be82..aea0124 100644 --- a/sys-libs/libomp/libomp-9999.ebuild +++ b/sys-libs/libomp/libomp-9999.ebuild @@ -27,6 +27,8 @@ multilib_src_configure() { -DLIBOMP_LIBDIR_SUFFIX="${libdir#lib}" # do not install libgomp.so & libiomp5.so aliases -DLIBOMP_INSTALL_ALIASES=OFF + # disable unnecessary hack copying stuff back to srcdir + -DLIBOMP_COPY_EXPORTS=OFF ) cmake-utils_src_configure }