Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ispc/
Date: Mon, 30 May 2016 20:11:51
Message-Id: 1464639091.5836b4b10b6cb923a437b1c0d432699180d46cb8.ottxor@gentoo
1 commit: 5836b4b10b6cb923a437b1c0d432699180d46cb8
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 20:11:21 2016 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 20:11:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5836b4b1
7
8 dev-lang/ispc: fix deps (bug #584570)
9
10 Package-Manager: portage-2.2.28
11
12 dev-lang/ispc/{ispc-1.8.2-r3.ebuild => ispc-1.8.2-r4.ebuild} | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-lang/ispc/ispc-1.8.2-r3.ebuild b/dev-lang/ispc/ispc-1.8.2-r4.ebuild
16 similarity index 93%
17 rename from dev-lang/ispc/ispc-1.8.2-r3.ebuild
18 rename to dev-lang/ispc/ispc-1.8.2-r4.ebuild
19 index 97bb7a5..6c80346 100644
20 --- a/dev-lang/ispc/ispc-1.8.2-r3.ebuild
21 +++ b/dev-lang/ispc/ispc-1.8.2-r4.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -28,6 +28,8 @@ IUSE="examples"
29 RDEPEND="
30 >=sys-devel/clang-3.7
31 >=sys-devel/llvm-3.7
32 + <sys-devel/clang-3.8
33 + <sys-devel/llvm-3.8
34 "
35 DEPEND="
36 ${RDEPEND}