commit:     77d29378f8b7b83b1be91815610a38d7e5d1e1b6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  3 22:07:43 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan  3 22:09:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d29378

sys-libs/compiler-rt: Remove unused /usr/lib/clang/*/lib lookup

 sys-libs/compiler-rt/compiler-rt-9999.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild 
b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
index 614c675..356ff8e 100644
--- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
@@ -71,9 +71,6 @@ run_tests_for_abi() {
 src_test() {
        # prepare a test compiler
        local clang_version=4.0.0
-       local sys_dir=( "${EPREFIX}/usr/lib/clang/${clang_version}/lib"/* )
-       [[ -e ${sys_dir} ]] || die "Unable to find ${sys_dir}"
-       [[ ${#sys_dir[@]} -eq 1 ]] || die "Non-deterministic compiler-rt 
install: ${sys_dir[@]}"
 
        # copy clang over since resource_dir is located relatively to binary
        # therefore, we can put our new libraries in it

Reply via email to