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 9FE0F139083 for ; Fri, 15 Dec 2017 16:20:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFA24E0F7D; Fri, 15 Dec 2017 16:20:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BA563E0F80 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 E180333FE49 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 F1DBDAE8F 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: <1513354821.9308c4ac52782447040c6ec988e52339d0886df7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libomp/libomp-5.0.9999.ebuild sys-libs/libomp/libomp-9999.ebuild X-VCS-Directories: sys-libs/libomp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9308c4ac52782447040c6ec988e52339d0886df7 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: 19656003-15d0-4c35-894f-3541078f1d3c X-Archives-Hash: 9ee0678420dd5feaac9ca9d011ed40c1 commit: 9308c4ac52782447040c6ec988e52339d0886df7 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 15 16:03:21 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 15 16:20:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9308c4ac sys-libs/libomp: Restrict tests with USE=-test sys-libs/libomp/libomp-5.0.9999.ebuild | 1 + sys-libs/libomp/libomp-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-libs/libomp/libomp-5.0.9999.ebuild b/sys-libs/libomp/libomp-5.0.9999.ebuild index dbbe2218159..fc51f5600aa 100644 --- a/sys-libs/libomp/libomp-5.0.9999.ebuild +++ b/sys-libs/libomp/libomp-5.0.9999.ebuild @@ -25,6 +25,7 @@ LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0" KEYWORDS="" IUSE="hwloc ompt test" +RESTRICT="!test? ( test )" RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )" # tests: diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild index d62e8ac7000..3a3f7466c59 100644 --- a/sys-libs/libomp/libomp-9999.ebuild +++ b/sys-libs/libomp/libomp-9999.ebuild @@ -24,6 +24,7 @@ LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0" KEYWORDS="" IUSE="hwloc ompt test" +RESTRICT="!test? ( test )" RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )" # tests: