From dc2da095c5ac4a6dfeebac812f3cd4f7485c56a2 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 16 Jun 2022 09:41:47 +0200 Subject: sys-devel/sparse: Allow up to LLVM 14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sparse seems to build fine, pass tests and sparse-llvm executable seems to work on a trivial test case with LLVM 14. Closes: https://bugs.gentoo.org/840607 Signed-off-by: Michał Górny --- sys-devel/sparse/sparse-0.6.4-r1.ebuild | 2 +- sys-devel/sparse/sparse-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-devel/sparse') diff --git a/sys-devel/sparse/sparse-0.6.4-r1.ebuild b/sys-devel/sparse/sparse-0.6.4-r1.ebuild index a7c5b9dbc728..726fd8b0cfe3 100644 --- a/sys-devel/sparse/sparse-0.6.4-r1.ebuild +++ b/sys-devel/sparse/sparse-0.6.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -LLVM_MAX_SLOT=12 +LLVM_MAX_SLOT=14 inherit llvm toolchain-funcs DESCRIPTION="C semantic parser" diff --git a/sys-devel/sparse/sparse-9999.ebuild b/sys-devel/sparse/sparse-9999.ebuild index a7c5b9dbc728..726fd8b0cfe3 100644 --- a/sys-devel/sparse/sparse-9999.ebuild +++ b/sys-devel/sparse/sparse-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -LLVM_MAX_SLOT=12 +LLVM_MAX_SLOT=14 inherit llvm toolchain-funcs DESCRIPTION="C semantic parser" -- cgit v1.2.3-65-gdbad