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 9B078138206 for ; Wed, 3 Jan 2018 23:35:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3F92E08DA; Wed, 3 Jan 2018 23:35:39 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92BF7E08DA for ; Wed, 3 Jan 2018 23:35:39 +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 ADB89335C3B for ; Wed, 3 Jan 2018 23:35:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB76E1B2 for ; Wed, 3 Jan 2018 23:35:34 +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: <1515022522.e06e32b0e9392f8bce22fd0efb04aaa0ee12ec9c.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-6.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: e06e32b0e9392f8bce22fd0efb04aaa0ee12ec9c X-VCS-Branch: master Date: Wed, 3 Jan 2018 23:35:34 +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: e4ad3a93-1b40-4894-8256-0512f2dd653d X-Archives-Hash: 787cb6b4499447d15b1acdc184bc5421 commit: e06e32b0e9392f8bce22fd0efb04aaa0ee12ec9c Author: Michał Górny gentoo org> AuthorDate: Wed Jan 3 23:15:56 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jan 3 23:35:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06e32b0 sys-libs/libomp: Tests of new versions require clang-6 now sys-libs/libomp/libomp-6.0.9999.ebuild | 2 +- sys-libs/libomp/libomp-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libomp/libomp-6.0.9999.ebuild b/sys-libs/libomp/libomp-6.0.9999.ebuild index 9988d0c2289..a5949315fe7 100644 --- a/sys-libs/libomp/libomp-6.0.9999.ebuild +++ b/sys-libs/libomp/libomp-6.0.9999.ebuild @@ -37,7 +37,7 @@ DEPEND="${RDEPEND} test? ( $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') sys-devel/llvm - >=sys-devel/clang-3.9.0 + >=sys-devel/clang-6 )" # least intrusive of all diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild index 4d590521516..219ed608011 100644 --- a/sys-libs/libomp/libomp-9999.ebuild +++ b/sys-libs/libomp/libomp-9999.ebuild @@ -36,7 +36,7 @@ DEPEND="${RDEPEND} test? ( $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') sys-devel/llvm - >=sys-devel/clang-3.9.0 + >=sys-devel/clang-6 )" # least intrusive of all