diff options
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ispc/ispc-1.8.2-r4.ebuild (renamed from dev-lang/ispc/ispc-1.8.2-r3.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-lang/ispc/ispc-1.8.2-r3.ebuild b/dev-lang/ispc/ispc-1.8.2-r4.ebuild index 97bb7a5e5547..6c8034610070 100644 --- a/dev-lang/ispc/ispc-1.8.2-r3.ebuild +++ b/dev-lang/ispc/ispc-1.8.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -28,6 +28,8 @@ IUSE="examples" RDEPEND=" >=sys-devel/clang-3.7 >=sys-devel/llvm-3.7 + <sys-devel/clang-3.8 + <sys-devel/llvm-3.8 " DEPEND=" ${RDEPEND} |