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 D5284139083 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 CCE85E0F7B; 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 AA677E0F7D for ; Fri, 15 Dec 2017 16:20:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BCB0633DDA5 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 BA226AE8C for ; Fri, 15 Dec 2017 16:20:31 +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: <1513354819.29eccf94d6146b94bc769273e24afc464be8e9ed.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild X-VCS-Directories: sys-libs/compiler-rt-sanitizers/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 29eccf94d6146b94bc769273e24afc464be8e9ed X-VCS-Branch: master Date: Fri, 15 Dec 2017 16:20:31 +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: 1fb4ec56-fc7b-443d-95fc-58bfa95ea36e X-Archives-Hash: 4650f92d37a625d27eeaac9da91a5b5d commit: 29eccf94d6146b94bc769273e24afc464be8e9ed Author: Michał Górny gentoo org> AuthorDate: Fri Dec 15 16:01:31 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 15 16:20:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29eccf94 sys-libs/compiler-rt-sanitizers: Restrict tests with USE=-test sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild index e178f9fc63c..d13c7b67d32 100644 --- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild +++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild @@ -21,6 +21,7 @@ LICENSE="|| ( UoI-NCSA MIT )" SLOT="6.0.0" KEYWORDS="" IUSE="test" +RESTRICT="!test? ( test )" LLVM_SLOT=${SLOT%%.*} # llvm-4 needed for --cmakedir