From ada76ef596da3b51f22799d7a181edfd80143852 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 8 Mar 2021 17:12:08 +0100 Subject: 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 Signed-off-by: Sam James --- sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-apps') 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 2ad060b5c34c..b6ac148f3e6c 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 && -- cgit v1.2.3-65-gdbad