Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/creduce/
Date: Tue, 07 Mar 2017 17:03:34
Message-Id: 1488906187.42d904cf05c26bb6c2aee57d388d3f28449fcd21.mgorny@gentoo
1 commit: 42d904cf05c26bb6c2aee57d388d3f28449fcd21
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 7 16:40:46 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 7 17:03:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d904cf
7
8 dev-util/creduce: 2.6.0 does not support llvm-4
9
10 dev-util/creduce/creduce-2.6.0.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-util/creduce/creduce-2.6.0.ebuild b/dev-util/creduce/creduce-2.6.0.ebuild
14 index b5fa9ce9a2b..92faf7e3216 100644
15 --- a/dev-util/creduce/creduce-2.6.0.ebuild
16 +++ b/dev-util/creduce/creduce-2.6.0.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="6"
23 @@ -17,7 +17,7 @@ IUSE=""
24
25 COMMON_DEPEND="
26 >=dev-lang/perl-5.10.0
27 - >=sys-devel/clang-3.9:="
28 + =sys-devel/clang-3.9*"
29 RDEPEND="${COMMON_DEPEND}
30 dev-perl/Benchmark-Timer
31 dev-perl/Exporter-Lite