diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-09-21 20:05:32 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-09-21 20:06:46 -0400 |
commit | b6282d52dc83e366ba8b189d8da612f100dfa8ce (patch) | |
tree | 1fd88f93d81e11f8f2f2581c69f8b6568f17d593 /media-libs | |
parent | media-libs/mesa: Propagate stable keywords (diff) | |
download | gentoo-b6282d52dc83e366ba8b189d8da612f100dfa8ce.tar.gz gentoo-b6282d52dc83e366ba8b189d8da612f100dfa8ce.tar.bz2 gentoo-b6282d52dc83e366ba8b189d8da612f100dfa8ce.zip |
media-libs/mesa: Allow llvm:15
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 830e5bfd10f3..b67f1493125c 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -110,9 +110,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="14" +LLVM_MAX_SLOT="15" LLVM_DEPSTR=" || ( + sys-devel/llvm:15[${MULTILIB_USEDEP}] sys-devel/llvm:14[${MULTILIB_USEDEP}] sys-devel/llvm:13[${MULTILIB_USEDEP}] ) |