Gentoo Archives: gentoo-commits

From: Ryan Hill <rhill@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/creduce/
Date: Fri, 02 Oct 2015 06:46:18
Message-Id: 1443768568.b1f7d52fae62e92d6f14fb5a24aba5f87cc4ba49.rhill@gentoo
1 commit: b1f7d52fae62e92d6f14fb5a24aba5f87cc4ba49
2 Author: Ryan Hill <rhill <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 06:49:28 2015 +0000
4 Commit: Ryan Hill <rhill <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 06:49:28 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f7d52f
7
8 dev-util/creduce: Update for fixed clang SLOT
9
10 Package-Manager: portage-2.2.22
11 Signed-off-by: Ryan Hill <rhill <AT> gentoo.org>
12
13 dev-util/creduce/creduce-2.4.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/creduce/creduce-2.4.0.ebuild b/dev-util/creduce/creduce-2.4.0.ebuild
17 index 5aa21a5..76098b7 100644
18 --- a/dev-util/creduce/creduce-2.4.0.ebuild
19 +++ b/dev-util/creduce/creduce-2.4.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -24,7 +24,7 @@ DEPEND="
27 dev-perl/Sys-CPU
28 dev-util/astyle
29 dev-util/indent
30 - sys-devel/clang:0/3.6
31 + sys-devel/clang:0/3.7
32 sys-devel/llvm:0/3.7.0[clang]"
33
34 RDEPEND="${DEPEND}"