dev-libs/beignet: require slot 0 of sys-devel/llvm and sys-devel/clang
authorMarek Szuba <marecki@gentoo.org>
Sun, 19 Feb 2017 17:45:04 +0000 (18:45 +0100)
committerMarek Szuba <marecki@gentoo.org>
Sun, 19 Feb 2017 17:45:37 +0000 (18:45 +0100)
QA issues aside, at present Beignet doesn't support any version of LLVM newer
than 3.9.x.

Package-Manager: portage-2.3.3

dev-libs/beignet/beignet-1.2.1-r1.ebuild
dev-libs/beignet/beignet-1.3.0.ebuild

index 3501b108d66758533eab51928f00f50aa144d49c..c528ba657935adfe084a2ce07a4560d00838700e 100644 (file)
@@ -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
 # $Id$
 
@@ -28,8 +28,8 @@ fi
 
 COMMON="${PYTHON_DEPS}
        media-libs/mesa
-       sys-devel/clang
-       >=sys-devel/llvm-3.5
+       sys-devel/clang:0
+       >=sys-devel/llvm-3.5:0
        >=x11-libs/libdrm-2.4.70[video_cards_intel]
        x11-libs/libXext
        x11-libs/libXfixes"
index e06da218c71aa7c8c7a3551e6708a58e92a3a031..bee2854310ac607236460f5f0987f4235df93c3d 100644 (file)
@@ -28,8 +28,8 @@ fi
 
 COMMON="${PYTHON_DEPS}
        media-libs/mesa
-       sys-devel/clang
-       ocl20? ( >=sys-devel/llvm-3.9  >=sys-devel/llvm-3.6 )
+       sys-devel/clang:0
+       ocl20? ( >=sys-devel/llvm-3.9:0  >=sys-devel/llvm-3.6:0 )
        >=x11-libs/libdrm-2.4.70[video_cards_intel]
        x11-libs/libXext
        x11-libs/libXfixes"