diff options
author | Sam James <sam@gentoo.org> | 2021-09-19 03:24:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-19 03:24:21 +0100 |
commit | 8bccc3057c8bf26ca2be2b58ad89171ecaa71dc0 (patch) | |
tree | 4e770aff2f32b7a77f967810e876d9339cce9f73 /sys-devel/sparse | |
parent | sys-devel/sparse: add 0.6.4 (diff) | |
download | gentoo-8bccc3057c8bf26ca2be2b58ad89171ecaa71dc0.tar.gz gentoo-8bccc3057c8bf26ca2be2b58ad89171ecaa71dc0.tar.bz2 gentoo-8bccc3057c8bf26ca2be2b58ad89171ecaa71dc0.zip |
sys-devel/sparse: drop unused multilib inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/sparse')
-rw-r--r-- | sys-devel/sparse/sparse-0.6.3.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/sparse/sparse-0.6.4.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/sparse/sparse-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/sparse/sparse-0.6.3.ebuild b/sys-devel/sparse/sparse-0.6.3.ebuild index 0fcda7847330..0c2099d4c278 100644 --- a/sys-devel/sparse/sparse-0.6.3.ebuild +++ b/sys-devel/sparse/sparse-0.6.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit llvm multilib toolchain-funcs +inherit llvm toolchain-funcs DESCRIPTION="C semantic parser" HOMEPAGE="https://sparse.wiki.kernel.org/index.php/Main_Page" diff --git a/sys-devel/sparse/sparse-0.6.4.ebuild b/sys-devel/sparse/sparse-0.6.4.ebuild index 3304272807ef..8e6b268ec5b9 100644 --- a/sys-devel/sparse/sparse-0.6.4.ebuild +++ b/sys-devel/sparse/sparse-0.6.4.ebuild @@ -4,7 +4,7 @@ EAPI=7 LLVM_MAX_SLOT=12 -inherit llvm multilib toolchain-funcs +inherit llvm toolchain-funcs DESCRIPTION="C semantic parser" HOMEPAGE="https://sparse.wiki.kernel.org/index.php/Main_Page" diff --git a/sys-devel/sparse/sparse-9999.ebuild b/sys-devel/sparse/sparse-9999.ebuild index 3304272807ef..8e6b268ec5b9 100644 --- a/sys-devel/sparse/sparse-9999.ebuild +++ b/sys-devel/sparse/sparse-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 LLVM_MAX_SLOT=12 -inherit llvm multilib toolchain-funcs +inherit llvm toolchain-funcs DESCRIPTION="C semantic parser" HOMEPAGE="https://sparse.wiki.kernel.org/index.php/Main_Page" |