commit:     74a77d846e7b2a1cbb07aa763c1e885fe0c6a06f
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 08:59:34 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 09:41:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a77d84

media-libs/mesa: Allow llvm:16

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/27940
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 974241738461..8a0be5c983d5 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -107,9 +107,10 @@ 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="15"
+LLVM_MAX_SLOT="16"
 LLVM_DEPSTR="
        || (
+               sys-devel/llvm:16[${MULTILIB_USEDEP}]
                sys-devel/llvm:15[${MULTILIB_USEDEP}]
                sys-devel/llvm:14[${MULTILIB_USEDEP}]
                sys-devel/llvm:13[${MULTILIB_USEDEP}]

Reply via email to