diff options
author | 2021-05-13 15:54:19 +0200 | |
---|---|---|
committer | 2021-05-13 15:54:19 +0200 | |
commit | 4370e2bc05fa499588ab6ab6ee5cf80c4ecf1d99 (patch) | |
tree | a456774513b0139e3ac0c5afb01f5efd1c8a47cf /sys-process/numactl/numactl-2.0.14.ebuild | |
parent | sys-block/smp_utils: drop unused autotools inherit (diff) | |
download | gentoo-4370e2bc05fa499588ab6ab6ee5cf80c4ecf1d99.tar.gz gentoo-4370e2bc05fa499588ab6ab6ee5cf80c4ecf1d99.tar.bz2 gentoo-4370e2bc05fa499588ab6ab6ee5cf80c4ecf1d99.zip |
sys-process/numactl: drop unused toolchain-funcs inherit
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-process/numactl/numactl-2.0.14.ebuild')
-rw-r--r-- | sys-process/numactl/numactl-2.0.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/numactl/numactl-2.0.14.ebuild b/sys-process/numactl/numactl-2.0.14.ebuild index ded858f7c55e..05dee9031d24 100644 --- a/sys-process/numactl/numactl-2.0.14.ebuild +++ b/sys-process/numactl/numactl-2.0.14.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools flag-o-matic toolchain-funcs multilib-minimal +inherit autotools flag-o-matic multilib-minimal DESCRIPTION="Utilities and libraries for NUMA systems" HOMEPAGE="https://github.com/numactl/numactl" |