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: Wed, 03 Oct 2018 08:55:11
Message-Id: 1538553846.a8bccf896110a7b85728385bf416b8bddd6a51df.mgorny@gentoo
1 commit: a8bccf896110a7b85728385bf416b8bddd6a51df
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 3 08:04:06 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 3 08:04:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8bccf89
7
8 dev-util/creduce: Restrict newest snap to Clang-6
9
10 Closes: https://bugs.gentoo.org/667556
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-util/creduce/creduce-2.8.0_pre20180411.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-util/creduce/creduce-2.8.0_pre20180411.ebuild b/dev-util/creduce/creduce-2.8.0_pre20180411.ebuild
17 index 10d19d7cec0..e7964cd3685 100644
18 --- a/dev-util/creduce/creduce-2.8.0_pre20180411.ebuild
19 +++ b/dev-util/creduce/creduce-2.8.0_pre20180411.ebuild
20 @@ -17,9 +17,11 @@ SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22 IUSE=""
23
24 +LLVM_MAX_SLOT=6
25 +
26 COMMON_DEPEND="
27 >=dev-lang/perl-5.10.0
28 - >=sys-devel/clang-6:="
29 + sys-devel/clang:${LLVM_MAX_SLOT}"
30 RDEPEND="${COMMON_DEPEND}
31 dev-perl/Benchmark-Timer
32 dev-perl/Exporter-Lite