summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2017-09-08 14:38:21 +0200
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2017-09-08 14:38:21 +0200
commit87929d9f6bfe62770cb13547583425e6f2755a59 (patch)
tree703848d1b9c3759c95abc554cf3d9e4961358c6b /dev-libs/libclc
parentapp-admin/ansible: add netaddr dependency (diff)
downloadgentoo-87929d9f6bfe62770cb13547583425e6f2755a59.tar.gz
gentoo-87929d9f6bfe62770cb13547583425e6f2755a59.tar.bz2
gentoo-87929d9f6bfe62770cb13547583425e6f2755a59.zip
dev-libs/libclc: depend on compatible llvm versions
Bug: https://bugs.gentoo.org/show_bug.cgi?id=612258 Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-libs/libclc')
-rw-r--r--dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild b/dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild
index f496187c41dc..d25125f957c0 100644
--- a/dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild
+++ b/dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -28,8 +28,10 @@ KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
- >=sys-devel/clang-3.7
- >=sys-devel/llvm-3.7"
+ >=sys-devel/clang-3.7:*
+ >=sys-devel/llvm-3.7:*
+ <sys-devel/clang-3.9:*
+ <sys-devel/llvm-3.9:*"
DEPEND="${RDEPEND}
${PYTHON_DEPS}"