media-libs/mesa: Drop support for llvm < 7
authorMatt Turner <mattst88@gentoo.org>
Mon, 4 Feb 2019 19:17:10 +0000 (11:17 -0800)
committerMatt Turner <mattst88@gentoo.org>
Mon, 4 Feb 2019 19:18:28 +0000 (11:18 -0800)
radv and radeonsi require llvm-7 and are the main consumers. Allowing
older versions would complicate the DEPEND for very little gain.

Closes: https://bugs.gentoo.org/677096
Signed-off-by: Matt Turner <mattst88@gentoo.org>
media-libs/mesa/mesa-19.0.0_rc1.ebuild
media-libs/mesa/mesa-9999.ebuild

index b1742f927cdac81008dc82d70f1ac2e9e5af4028..dd35b9d8a1363c23926f837137d69949cc464034 100644 (file)
@@ -138,10 +138,6 @@ LLVM_MAX_SLOT="7"
 LLVM_DEPSTR="
        || (
                sys-devel/llvm:7[${MULTILIB_USEDEP}]
-               sys-devel/llvm:6[${MULTILIB_USEDEP}]
-               sys-devel/llvm:5[${MULTILIB_USEDEP}]
-               sys-devel/llvm:4[${MULTILIB_USEDEP}]
-               >=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}]
        )
        sys-devel/llvm:=[${MULTILIB_USEDEP}]
 "
index 9f2e8be0d2e8a7b5747c9ac3b24eded7ba699b84..919f2e68bb281837e9cc40386cee66d9beaa8983 100644 (file)
@@ -138,10 +138,6 @@ LLVM_DEPSTR="
        || (
                sys-devel/llvm:8[${MULTILIB_USEDEP}]
                sys-devel/llvm:7[${MULTILIB_USEDEP}]
-               sys-devel/llvm:6[${MULTILIB_USEDEP}]
-               sys-devel/llvm:5[${MULTILIB_USEDEP}]
-               sys-devel/llvm:4[${MULTILIB_USEDEP}]
-               >=sys-devel/llvm-3.9.0:0[${MULTILIB_USEDEP}]
        )
        sys-devel/llvm:=[${MULTILIB_USEDEP}]
 "