Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/sparse/
Date: Sun, 19 Sep 2021 02:24:56
Message-Id: 1632018261.8bccc3057c8bf26ca2be2b58ad89171ecaa71dc0.sam@gentoo
1 commit: 8bccc3057c8bf26ca2be2b58ad89171ecaa71dc0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 19 02:24:02 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 19 02:24:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bccc305
7
8 sys-devel/sparse: drop unused multilib inherit
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-devel/sparse/sparse-0.6.3.ebuild | 2 +-
13 sys-devel/sparse/sparse-0.6.4.ebuild | 2 +-
14 sys-devel/sparse/sparse-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-devel/sparse/sparse-0.6.3.ebuild b/sys-devel/sparse/sparse-0.6.3.ebuild
18 index 0fcda784733..0c2099d4c27 100644
19 --- a/sys-devel/sparse/sparse-0.6.3.ebuild
20 +++ b/sys-devel/sparse/sparse-0.6.3.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -inherit llvm multilib toolchain-funcs
26 +inherit llvm toolchain-funcs
27
28 DESCRIPTION="C semantic parser"
29 HOMEPAGE="https://sparse.wiki.kernel.org/index.php/Main_Page"
30
31 diff --git a/sys-devel/sparse/sparse-0.6.4.ebuild b/sys-devel/sparse/sparse-0.6.4.ebuild
32 index 3304272807e..8e6b268ec5b 100644
33 --- a/sys-devel/sparse/sparse-0.6.4.ebuild
34 +++ b/sys-devel/sparse/sparse-0.6.4.ebuild
35 @@ -4,7 +4,7 @@
36 EAPI=7
37
38 LLVM_MAX_SLOT=12
39 -inherit llvm multilib toolchain-funcs
40 +inherit llvm toolchain-funcs
41
42 DESCRIPTION="C semantic parser"
43 HOMEPAGE="https://sparse.wiki.kernel.org/index.php/Main_Page"
44
45 diff --git a/sys-devel/sparse/sparse-9999.ebuild b/sys-devel/sparse/sparse-9999.ebuild
46 index 3304272807e..8e6b268ec5b 100644
47 --- a/sys-devel/sparse/sparse-9999.ebuild
48 +++ b/sys-devel/sparse/sparse-9999.ebuild
49 @@ -4,7 +4,7 @@
50 EAPI=7
51
52 LLVM_MAX_SLOT=12
53 -inherit llvm multilib toolchain-funcs
54 +inherit llvm toolchain-funcs
55
56 DESCRIPTION="C semantic parser"
57 HOMEPAGE="https://sparse.wiki.kernel.org/index.php/Main_Page"