Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ispc/
Date: Thu, 10 Sep 2020 01:18:06
Message-Id: 1599699147.02c0fd67971ba61110f164384936852940c1c5c4.sam@gentoo
1 commit: 02c0fd67971ba61110f164384936852940c1c5c4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 10 00:52:27 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 10 00:52:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c0fd67
7
8 dev-lang/ispc: set CMAKE_SKIP_RPATH in 9999 too
9
10 See e4afb9b0edbef303dd0af6229c3a5791b2d6cd5b.
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-lang/ispc/ispc-9999.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild
19 index f5ecbcdb7ea..d3dac5179e7 100644
20 --- a/dev-lang/ispc/ispc-9999.ebuild
21 +++ b/dev-lang/ispc/ispc-9999.ebuild
22 @@ -45,6 +45,7 @@ PATCHES=(
23 src_configure() {
24 local mycmakeargs=(
25 "-DARM_ENABLED=$(usex arm)"
26 + "-DCMAKE_SKIP_RPATH=ON"
27 )
28 cmake_src_configure
29 }