dev-libs/beignet: adjust clang version restrictions
authorMarek Szuba <marecki@gentoo.org>
Wed, 5 Jun 2019 23:12:01 +0000 (00:12 +0100)
committerMarek Szuba <marecki@gentoo.org>
Wed, 5 Jun 2019 23:12:01 +0000 (00:12 +0100)
Unlike seemingly all versions until this point, llvm-7 has actually
increased the minor version number - meaning that the usual beignet
restriction of <clang-x.0.9999 no longer covered the whole SLOT=7. On
the plus side, there is no 7.x.9999 ebuild in the tree any more so we
can simply make this "less than 8.0.0".

Signed-off-by: Marek Szuba <marecki@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

dev-libs/beignet/beignet-1.3.2-r3.ebuild

index 820fc50e9a73fa8ba78614e8de5b6072d1082639..babcfaac9b4d829f8a6f8758e975eea7c72aae11 100644 (file)
@@ -21,7 +21,7 @@ BDEPEND="${PYTHON_DEPS}
        virtual/pkgconfig"
 COMMON="app-eselect/eselect-opencl
        media-libs/mesa[${MULTILIB_USEDEP}]
-       <sys-devel/clang-7.0.9999:=[${MULTILIB_USEDEP}]
+       <sys-devel/clang-8.0.0:=[${MULTILIB_USEDEP}]
        >=x11-libs/libdrm-2.4.70[video_cards_intel,${MULTILIB_USEDEP}]
        x11-libs/libXext[${MULTILIB_USEDEP}]
        x11-libs/libXfixes[${MULTILIB_USEDEP}]