From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2EB6E158092 for ; Sun, 19 Sep 2021 02:24:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2352E093D; Sun, 19 Sep 2021 02:24:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD6EAE093D for ; Sun, 19 Sep 2021 02:24:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AEABF343281 for ; Sun, 19 Sep 2021 02:24:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0361102 for ; Sun, 19 Sep 2021 02:24:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1632018261.8bccc3057c8bf26ca2be2b58ad89171ecaa71dc0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/sparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/sparse/sparse-0.6.3.ebuild sys-devel/sparse/sparse-0.6.4.ebuild sys-devel/sparse/sparse-9999.ebuild X-VCS-Directories: sys-devel/sparse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8bccc3057c8bf26ca2be2b58ad89171ecaa71dc0 X-VCS-Branch: master Date: Sun, 19 Sep 2021 02:24:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 75a50fef-b08c-4985-a2b3-a32fff18725c X-Archives-Hash: 6825267d2b9365c67a8902438b4462ba commit: 8bccc3057c8bf26ca2be2b58ad89171ecaa71dc0 Author: Sam James gentoo org> AuthorDate: Sun Sep 19 02:24:02 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 19 02:24:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bccc305 sys-devel/sparse: drop unused multilib inherit Signed-off-by: Sam James gentoo.org> sys-devel/sparse/sparse-0.6.3.ebuild | 2 +- sys-devel/sparse/sparse-0.6.4.ebuild | 2 +- 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 0fcda784733..0c2099d4c27 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 3304272807e..8e6b268ec5b 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 3304272807e..8e6b268ec5b 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"