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 4C18A139083 for ; Fri, 15 Dec 2017 16:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBDFDE0F83; Fri, 15 Dec 2017 16:20:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9CBE1E0F7B for ; Fri, 15 Dec 2017 16:20:35 +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 D83EA33FE2A for ; Fri, 15 Dec 2017 16:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 109C3AE90 for ; Fri, 15 Dec 2017 16:20:32 +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: <1513354823.c7688a14b77d40dc4e3367cdd7c7e8806639dcea.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-5.0.9999.ebuild 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: c7688a14b77d40dc4e3367cdd7c7e8806639dcea X-VCS-Branch: master Date: Fri, 15 Dec 2017 16:20:32 +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: 55b36650-0c01-4d1e-84b5-6034ee395044 X-Archives-Hash: 003643a53ad9cb163167e652ad6cde98 commit: c7688a14b77d40dc4e3367cdd7c7e8806639dcea Author: Michał Górny gentoo org> AuthorDate: Fri Dec 15 16:04:41 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 15 16:20:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7688a14 sys-libs/compiler-rt: Restrict tests with USE=-clang sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild | 2 +- sys-libs/compiler-rt/compiler-rt-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild index 8c3d60e1261..460f6dae200 100644 --- a/sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild @@ -22,7 +22,7 @@ LICENSE="|| ( UoI-NCSA MIT )" SLOT="5.0.1" KEYWORDS="" IUSE="+clang test" -RESTRICT="!test? ( test )" +RESTRICT="!test? ( test ) !clang? ( test )" LLVM_SLOT=${SLOT%%.*} # llvm-4 needed for --cmakedir diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild index 4d20e2d9538..4dd44182ae9 100644 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild @@ -21,7 +21,7 @@ LICENSE="|| ( UoI-NCSA MIT )" SLOT="6.0.0" KEYWORDS="" IUSE="+clang test" -RESTRICT="!test? ( test )" +RESTRICT="!test? ( test ) !clang? ( test )" LLVM_SLOT=${SLOT%%.*} # llvm-4 needed for --cmakedir