diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2022-05-20 06:53:48 +0200 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2022-05-20 08:10:19 +0200 |
commit | 4e182730e464ecef104c9f1c65c5d58da32a95cc (patch) | |
tree | 3e1a0f2a0d33f528ecda94bfae6094f2ceb0080f /dev-util/pahole | |
parent | dev-util/pahole: python: add 3.10 and 3.11 and remove 3.7 (diff) | |
download | gentoo-4e182730e464ecef104c9f1c65c5d58da32a95cc.tar.gz gentoo-4e182730e464ecef104c9f1c65c5d58da32a95cc.tar.bz2 gentoo-4e182730e464ecef104c9f1c65c5d58da32a95cc.zip |
dev-util/pahole: Remove unused multilib eclass
Signed-off-by: Matthias Schwarzott <zzam@gentoo.org>
Diffstat (limited to 'dev-util/pahole')
-rw-r--r-- | dev-util/pahole/pahole-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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/" |