commit: 223d67ae0f1e6c9d791af037ab29a5135e51b9fb Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Mar 8 15:33:47 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=223d67ae
sys-cluster/lustre: fix patching, remove unused eclass Closes: https://github.com/gentoo/gentoo/pull/19833 Closes: https://bugs.gentoo.org/705996 Bug: https://bugs.gentoo.org/728154 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-cluster/lustre/lustre-2.13.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/lustre/lustre-2.13.0-r1.ebuild b/sys-cluster/lustre/lustre-2.13.0-r1.ebuild index eb00424e596..e6aa95831f0 100644 --- a/sys-cluster/lustre/lustre-2.13.0-r1.ebuild +++ b/sys-cluster/lustre/lustre-2.13.0-r1.ebuild @@ -21,7 +21,7 @@ fi SUPPORTED_KV_MAJOR=4 SUPPORTED_KV_MINOR=19 -inherit ${scm} autotools linux-info linux-mod toolchain-funcs udev flag-o-matic +inherit ${scm} autotools linux-info linux-mod toolchain-funcs flag-o-matic DESCRIPTION="Lustre is a parallel distributed file system" HOMEPAGE="http://wiki.whamcloud.com/" @@ -69,7 +69,7 @@ pkg_setup() { src_prepare() { if [ ${#PATCHES[0]} -ne 0 ]; then - epatch ${PATCHES[@]} + eapply ${PATCHES[@]} fi eapply_user
