summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2016-01-27 14:07:09 +0100
committerFabian Groffen <grobian@gentoo.org>2016-01-27 14:07:09 +0100
commitc1497e3dfb4f122eeacbd96403e11293350cc4c7 (patch)
tree2de2ae4876ae7ed368d2e0d4dd5f50c877f005bc
parentsys-devel/llvm: add darwin patch to 3.7.1 (diff)
downloadgentoo-c1497e3dfb4f122eeacbd96403e11293350cc4c7.tar.gz
gentoo-c1497e3dfb4f122eeacbd96403e11293350cc4c7.tar.bz2
gentoo-c1497e3dfb4f122eeacbd96403e11293350cc4c7.zip
profiles/prefix/darwin/package.mask: restrict llvm mask to 3.6 only
-rw-r--r--profiles/prefix/darwin/package.mask4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/prefix/darwin/package.mask b/profiles/prefix/darwin/package.mask
index eca936b640f7..06c49410d3eb 100644
--- a/profiles/prefix/darwin/package.mask
+++ b/profiles/prefix/darwin/package.mask
@@ -6,8 +6,8 @@
# Fabian Groffen <grobian@gentoo.org> (31 May 2015)
# fails to compile due to some missing compilerrt stuff, hints at asan,
# not sure what the problem actually is
->=sys-devel/llvm-3.6
->=sys-devel/clang-3.6
+=sys-devel/llvm-3.6*
+=sys-devel/clang-3.6*
# Fabian Groffen <grobian@gentoo.org> (08 Feb 2015)
# missing faccesstat (missing gnulib), bug #538502