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 94630139085 for ; Tue, 3 Jan 2017 22:09:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B233CE0CBB; Tue, 3 Jan 2017 22:09:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8EEE5E0CBB for ; Tue, 3 Jan 2017 22:09:40 +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 31310341130 for ; Tue, 3 Jan 2017 22:09:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A2A024E8 for ; Tue, 3 Jan 2017 22:09:37 +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: <1483481372.77d29378f8b7b83b1be91815610a38d7e5d1e1b6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/compiler-rt/compiler-rt-9999.ebuild X-VCS-Directories: sys-libs/compiler-rt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 77d29378f8b7b83b1be91815610a38d7e5d1e1b6 X-VCS-Branch: master Date: Tue, 3 Jan 2017 22:09:37 +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: 710a8e4f-dbd7-4068-976f-ed4014efd346 X-Archives-Hash: 18b98a061f5198580c128e926516758c commit: 77d29378f8b7b83b1be91815610a38d7e5d1e1b6 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 3 22:07:43 2017 +0000 Commit: Michał Górny gentoo 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