diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 15:54:19 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-13 15:54:19 +0200 |
commit | 4370e2bc05fa499588ab6ab6ee5cf80c4ecf1d99 (patch) | |
tree | a456774513b0139e3ac0c5afb01f5efd1c8a47cf /sys-process/numactl | |
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')
-rw-r--r-- | sys-process/numactl/numactl-2.0.12.ebuild | 4 | ||||
-rw-r--r-- | sys-process/numactl/numactl-2.0.13.ebuild | 4 | ||||
-rw-r--r-- | sys-process/numactl/numactl-2.0.14.ebuild | 2 | ||||
-rw-r--r-- | sys-process/numactl/numactl-9999.ebuild | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/sys-process/numactl/numactl-2.0.12.ebuild b/sys-process/numactl/numactl-2.0.12.ebuild index 64be80a493a9..a30a1fccb02f 100644 --- a/sys-process/numactl/numactl-2.0.12.ebuild +++ b/sys-process/numactl/numactl-2.0.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -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" diff --git a/sys-process/numactl/numactl-2.0.13.ebuild b/sys-process/numactl/numactl-2.0.13.ebuild index 28c537136d47..9be815b2c36e 100644 --- a/sys-process/numactl/numactl-2.0.13.ebuild +++ b/sys-process/numactl/numactl-2.0.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 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" 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" diff --git a/sys-process/numactl/numactl-9999.ebuild b/sys-process/numactl/numactl-9999.ebuild index 6bcda4fcddba..8ee07ea2ba04 100644 --- a/sys-process/numactl/numactl-9999.ebuild +++ b/sys-process/numactl/numactl-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 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" |