diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2017-09-08 14:38:21 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2017-09-08 14:38:21 +0200 |
commit | 87929d9f6bfe62770cb13547583425e6f2755a59 (patch) | |
tree | 703848d1b9c3759c95abc554cf3d9e4961358c6b /dev-libs/libclc | |
parent | app-admin/ansible: add netaddr dependency (diff) | |
download | gentoo-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.ebuild | 8 |
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}" |