commit:     ada76ef596da3b51f22799d7a181edfd80143852
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Mar  8 16:12:08 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar  9 09:44:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada76ef5

sys-apps/linux-misc-apps: use eapply, remove unused elcass

Closes: https://github.com/gentoo/gentoo/pull/19834
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild 
b/sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild
index 2ad060b5c34..b6ac148f3e6 100644
--- a/sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild
+++ b/sys-apps/linux-misc-apps/linux-misc-apps-5.8.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 eutils toolchain-funcs linux-info autotools flag-o-matic
+inherit toolchain-funcs linux-info autotools flag-o-matic
 
 DESCRIPTION="Misc tools bundled with kernel sources"
 HOMEPAGE="https://kernel.org/";
@@ -108,7 +108,7 @@ src_unpack() {
 
 src_prepare() {
        if [[ -n ${LINUX_PATCH} ]]; then
-               epatch "${DISTDIR}"/${LINUX_PATCH}
+               eapply "${DISTDIR}"/${LINUX_PATCH}
        fi
 
        pushd tools/usb/usbip/ >/dev/null &&

Reply via email to