Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt/
Date: Tue, 03 Jan 2017 22:09:42
Message-Id: 1483481372.77d29378f8b7b83b1be91815610a38d7e5d1e1b6.mgorny@gentoo
1 commit: 77d29378f8b7b83b1be91815610a38d7e5d1e1b6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 22:07:43 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 22:09:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d29378
7
8 sys-libs/compiler-rt: Remove unused /usr/lib/clang/*/lib lookup
9
10 sys-libs/compiler-rt/compiler-rt-9999.ebuild | 3 ---
11 1 file changed, 3 deletions(-)
12
13 diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
14 index 614c675..356ff8e 100644
15 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
16 +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
17 @@ -71,9 +71,6 @@ run_tests_for_abi() {
18 src_test() {
19 # prepare a test compiler
20 local clang_version=4.0.0
21 - local sys_dir=( "${EPREFIX}/usr/lib/clang/${clang_version}/lib"/* )
22 - [[ -e ${sys_dir} ]] || die "Unable to find ${sys_dir}"
23 - [[ ${#sys_dir[@]} -eq 1 ]] || die "Non-deterministic compiler-rt install: ${sys_dir[@]}"
24
25 # copy clang over since resource_dir is located relatively to binary
26 # therefore, we can put our new libraries in it