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 7C927139694 for ; Tue, 7 Mar 2017 17:03:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4E03E0CB0; Tue, 7 Mar 2017 17:03:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A2498E0CB0 for ; Tue, 7 Mar 2017 17:03:33 +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 6C73A33D3CE for ; Tue, 7 Mar 2017 17:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D934B5FB6 for ; Tue, 7 Mar 2017 17:03:30 +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: <1488906187.42d904cf05c26bb6c2aee57d388d3f28449fcd21.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/creduce/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/creduce/creduce-2.6.0.ebuild X-VCS-Directories: dev-util/creduce/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 42d904cf05c26bb6c2aee57d388d3f28449fcd21 X-VCS-Branch: master Date: Tue, 7 Mar 2017 17:03:30 +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: 5494932b-041f-4204-8b5c-bae383fdb8fc X-Archives-Hash: 7e929e4abc57517774404b366a3e8e1a commit: 42d904cf05c26bb6c2aee57d388d3f28449fcd21 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 7 16:40:46 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 7 17:03:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d904cf dev-util/creduce: 2.6.0 does not support llvm-4 dev-util/creduce/creduce-2.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/creduce/creduce-2.6.0.ebuild b/dev-util/creduce/creduce-2.6.0.ebuild index b5fa9ce9a2b..92faf7e3216 100644 --- a/dev-util/creduce/creduce-2.6.0.ebuild +++ b/dev-util/creduce/creduce-2.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -17,7 +17,7 @@ IUSE="" COMMON_DEPEND=" >=dev-lang/perl-5.10.0 - >=sys-devel/clang-3.9:=" + =sys-devel/clang-3.9*" RDEPEND="${COMMON_DEPEND} dev-perl/Benchmark-Timer dev-perl/Exporter-Lite