commit:     90bb950912baf28226cc51420dfff27b55b6ebcc
Author:     Mike Lothian <mike <AT> fireburn <DOT> co <DOT> uk>
AuthorDate: Thu Apr 22 11:12:49 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 11:00:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90bb9509

media-libs/mesa: Add llvm 12 support, drop llvm 10 in -9999

This allows mesa 9999 to compile against llvm 12 and drops llvm 10
support as per https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10199

Signed-off-by: Mike Lothian <mike <AT> fireburn.co.uk>
Closes: https://github.com/gentoo/gentoo/pull/20495
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-libs/mesa/mesa-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 1c0e0aaca5d..b57fb6ce0df 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -142,11 +142,11 @@ RDEPEND="${RDEPEND}
 # 1. List all the working slots (with min versions) in ||, newest first.
 # 2. Update the := to specify *max* version, e.g. < 10.
 # 3. Specify LLVM_MAX_SLOT, e.g. 9.
-LLVM_MAX_SLOT="11"
+LLVM_MAX_SLOT="12"
 LLVM_DEPSTR="
        || (
+               sys-devel/llvm:12[${MULTILIB_USEDEP}]
                sys-devel/llvm:11[${MULTILIB_USEDEP}]
-               sys-devel/llvm:10[${MULTILIB_USEDEP}]
        )
        <sys-devel/llvm-$((LLVM_MAX_SLOT + 1)):=[${MULTILIB_USEDEP}]
 "

Reply via email to