diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2016-05-30 14:11:21 -0600 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2016-05-30 14:11:31 -0600 |
commit | 5836b4b10b6cb923a437b1c0d432699180d46cb8 (patch) | |
tree | 2b2cd44bb3d9088cd13a37d8dfa92361565419fd /dev-lang | |
parent | dev-lang/ispc: version bump (diff) | |
download | gentoo-5836b4b10b6cb923a437b1c0d432699180d46cb8.tar.gz gentoo-5836b4b10b6cb923a437b1c0d432699180d46cb8.tar.bz2 gentoo-5836b4b10b6cb923a437b1c0d432699180d46cb8.zip |
dev-lang/ispc: fix deps (bug #584570)
Package-Manager: portage-2.2.28
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} |