summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2016-03-10 17:34:06 +0100
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2016-03-10 17:34:06 +0100
commitc34237f1a31d4f6940504ea5841362522cdad690 (patch)
tree51054bb395cf954f80d96573f5fc982623f0c026
parentx11-base/xorg-server: Drop libxf86config. (diff)
downloadx11-c34237f1a31d4f6940504ea5841362522cdad690.tar.gz
x11-c34237f1a31d4f6940504ea5841362522cdad690.tar.bz2
x11-c34237f1a31d4f6940504ea5841362522cdad690.zip
dev-libs/libclc: depend on >=llvm-3.9
Bug: https://bugs.gentoo.org/show_bug.cgi?id=574938
-rw-r--r--dev-libs/libclc/libclc-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libclc/libclc-9999.ebuild b/dev-libs/libclc/libclc-9999.ebuild
index 36d9086c..faec7f9c 100644
--- a/dev-libs/libclc/libclc-9999.ebuild
+++ b/dev-libs/libclc/libclc-9999.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$
@@ -29,8 +29,8 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="
- >=sys-devel/clang-3.7
- >=sys-devel/llvm-3.7"
+ >=sys-devel/clang-3.9
+ >=sys-devel/llvm-3.9"
DEPEND="${RDEPEND}
${PYTHON_DEPS}"