summaryrefslogtreecommitdiff
path: root/sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild')
-rw-r--r--sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild6
1 files 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 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 &&