diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-03-08 17:12:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-09 09:44:26 +0000 |
commit | ada76ef596da3b51f22799d7a181edfd80143852 (patch) | |
tree | ce31a9c109951e58e78da2ed6dc04087107fd2f0 | |
parent | dev-python/urlgrabber: rebase 4.1.0 on 4.0.0-r1 (diff) | |
download | gentoo-ada76ef596da3b51f22799d7a181edfd80143852.tar.gz gentoo-ada76ef596da3b51f22799d7a181edfd80143852.tar.bz2 gentoo-ada76ef596da3b51f22799d7a181edfd80143852.zip |
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@levelnine.at>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild | 6 |
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 && |