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: Thu, 15 Feb 2018 22:10:52
Message-Id: 1518732640.bdb8cec75476ffc8bcc9d32e7ced703efa00e158.mgorny@gentoo
1 commit: bdb8cec75476ffc8bcc9d32e7ced703efa00e158
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 15 22:10:27 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 22:10:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb8cec7
7
8 dev-util/creduce: Require llvm-5 on the patched version
9
10 Closes: https://bugs.gentoo.org/646146
11
12 dev-util/creduce/creduce-2.7.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/creduce/creduce-2.7.0-r1.ebuild b/dev-util/creduce/creduce-2.7.0-r1.ebuild
16 index ec92e4710d2..04a42e2a940 100644
17 --- a/dev-util/creduce/creduce-2.7.0-r1.ebuild
18 +++ b/dev-util/creduce/creduce-2.7.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="6"
25 @@ -17,7 +17,7 @@ IUSE=""
26
27 COMMON_DEPEND="
28 >=dev-lang/perl-5.10.0
29 - >=sys-devel/clang-4:="
30 + >=sys-devel/clang-5:="
31 RDEPEND="${COMMON_DEPEND}
32 dev-perl/Benchmark-Timer
33 dev-perl/Exporter-Lite