Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/
Date: Wed, 27 Jan 2016 13:07:32
Message-Id: 1453900029.c1497e3dfb4f122eeacbd96403e11293350cc4c7.grobian@gentoo
1 commit: c1497e3dfb4f122eeacbd96403e11293350cc4c7
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 13:07:09 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 13:07:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1497e3d
7
8 profiles/prefix/darwin/package.mask: restrict llvm mask to 3.6 only
9
10 profiles/prefix/darwin/package.mask | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/profiles/prefix/darwin/package.mask b/profiles/prefix/darwin/package.mask
14 index eca936b..06c4941 100644
15 --- a/profiles/prefix/darwin/package.mask
16 +++ b/profiles/prefix/darwin/package.mask
17 @@ -6,8 +6,8 @@
18 # Fabian Groffen <grobian@g.o> (31 May 2015)
19 # fails to compile due to some missing compilerrt stuff, hints at asan,
20 # not sure what the problem actually is
21 ->=sys-devel/llvm-3.6
22 ->=sys-devel/clang-3.6
23 +=sys-devel/llvm-3.6*
24 +=sys-devel/clang-3.6*
25
26 # Fabian Groffen <grobian@g.o> (08 Feb 2015)
27 # missing faccesstat (missing gnulib), bug #538502