commit: 4e182730e464ecef104c9f1c65c5d58da32a95cc
Author: Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 04:53:48 2022 +0000
Commit: Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
CommitDate: Fri May 20 06:10:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e182730
dev-util/pahole: Remove unused multilib eclass
Signed-off-by: Matthias Schwarzott <zzam <AT> gentoo.org>
dev-util/pahole/pahole-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/pahole/pahole-9999.ebuild
b/dev-util/pahole/pahole-9999.ebuild
index 6b7874d9735d..d93d2d7a75a0 100644
--- a/dev-util/pahole/pahole-9999.ebuild
+++ b/dev-util/pahole/pahole-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..11} )
-inherit multilib cmake python-single-r1 git-r3
+inherit cmake python-single-r1 git-r3
DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"
HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/"