diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-16 09:41:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-16 09:42:17 +0200 |
commit | dc2da095c5ac4a6dfeebac812f3cd4f7485c56a2 (patch) | |
tree | 80027c7c7f4bedb5c2e92b74633fc70a0cc3c8f0 /sys-devel/sparse | |
parent | net-misc/tigervnc-xorg-module: Stabilize 1.12.0 x86, #852014 (diff) | |
download | gentoo-dc2da095c5ac4a6dfeebac812f3cd4f7485c56a2.tar.gz gentoo-dc2da095c5ac4a6dfeebac812f3cd4f7485c56a2.tar.bz2 gentoo-dc2da095c5ac4a6dfeebac812f3cd4f7485c56a2.zip |
sys-devel/sparse: Allow up to LLVM 14
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 <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/sparse')
-rw-r--r-- | sys-devel/sparse/sparse-0.6.4-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/sparse/sparse-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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" |