diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 15:54:46 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-13 15:54:46 +0200 |
commit | 0ccaf9ef4909b816f9feef3267e8748fcd9464c8 (patch) | |
tree | 68cf2efe8b9d52f01f187cbd3e271f21fd58f4ec /sys-apps/coreutils | |
parent | sys-fs/sysfsutils: drop unused toolchain-funcs inherit (diff) | |
download | gentoo-0ccaf9ef4909b816f9feef3267e8748fcd9464c8.tar.gz gentoo-0ccaf9ef4909b816f9feef3267e8748fcd9464c8.tar.bz2 gentoo-0ccaf9ef4909b816f9feef3267e8748fcd9464c8.zip |
sys-apps/coreutils: drop unused eutils inherit
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/coreutils-8.31-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-8.32-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-8.31-r1.ebuild b/sys-apps/coreutils/coreutils-8.31-r1.ebuild index ff8eae00d6cf..84ec3b57b2d4 100644 --- a/sys-apps/coreutils/coreutils-8.31-r1.ebuild +++ b/sys-apps/coreutils/coreutils-8.31-r1.ebuild @@ -5,7 +5,7 @@ EAPI="6" PYTHON_COMPAT=( python3_7 ) -inherit eutils flag-o-matic python-any-r1 toolchain-funcs +inherit flag-o-matic python-any-r1 toolchain-funcs PATCH="${PN}-8.30-patches-01" DESCRIPTION="Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, who,...)" diff --git a/sys-apps/coreutils/coreutils-8.32-r1.ebuild b/sys-apps/coreutils/coreutils-8.32-r1.ebuild index 9b25f987a67a..f8cdd763a553 100644 --- a/sys-apps/coreutils/coreutils-8.32-r1.ebuild +++ b/sys-apps/coreutils/coreutils-8.32-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) -inherit eutils flag-o-matic python-any-r1 toolchain-funcs +inherit flag-o-matic python-any-r1 toolchain-funcs PATCH="${PN}-8.30-patches-01" DESCRIPTION="Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, who,...)" |