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 071D313835A for ; Thu, 10 Sep 2020 01:18:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 105FCE0921; Thu, 10 Sep 2020 01:18:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 EEA27E0921 for ; Thu, 10 Sep 2020 01:18:04 +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 8C0D8340EE3 for ; Thu, 10 Sep 2020 01:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DD3A2E1 for ; Thu, 10 Sep 2020 01:18:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1599699147.02c0fd67971ba61110f164384936852940c1c5c4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ispc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ispc/ispc-9999.ebuild X-VCS-Directories: dev-lang/ispc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 02c0fd67971ba61110f164384936852940c1c5c4 X-VCS-Branch: master Date: Thu, 10 Sep 2020 01:18:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 04683fb9-1c78-422a-a997-711c627a71e7 X-Archives-Hash: 7e7a3f137ad4994cf85c9f0f16e46cbf commit: 02c0fd67971ba61110f164384936852940c1c5c4 Author: Sam James gentoo org> AuthorDate: Thu Sep 10 00:52:27 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 10 00:52:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c0fd67 dev-lang/ispc: set CMAKE_SKIP_RPATH in 9999 too See e4afb9b0edbef303dd0af6229c3a5791b2d6cd5b. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> dev-lang/ispc/ispc-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild index f5ecbcdb7ea..d3dac5179e7 100644 --- a/dev-lang/ispc/ispc-9999.ebuild +++ b/dev-lang/ispc/ispc-9999.ebuild @@ -45,6 +45,7 @@ PATCHES=( src_configure() { local mycmakeargs=( "-DARM_ENABLED=$(usex arm)" + "-DCMAKE_SKIP_RPATH=ON" ) cmake_src_configure }