commit: bdb8cec75476ffc8bcc9d32e7ced703efa00e158 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Feb 15 22:10:27 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Feb 15 22:10:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb8cec7
dev-util/creduce: Require llvm-5 on the patched version Closes: https://bugs.gentoo.org/646146 dev-util/creduce/creduce-2.7.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/creduce/creduce-2.7.0-r1.ebuild b/dev-util/creduce/creduce-2.7.0-r1.ebuild index ec92e4710d2..04a42e2a940 100644 --- a/dev-util/creduce/creduce-2.7.0-r1.ebuild +++ b/dev-util/creduce/creduce-2.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 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-4:=" + >=sys-devel/clang-5:=" RDEPEND="${COMMON_DEPEND} dev-perl/Benchmark-Timer dev-perl/Exporter-Lite
