From 6ef0295e4491136446deddc00a9e0fa0a3008867 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 16 Apr 2021 15:04:46 +0100 Subject: [PATCH] sys-process/latencytop: eutils->epatch Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James --- sys-process/latencytop/latencytop-0.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/latencytop/latencytop-0.5-r1.ebuild b/sys-process/latencytop/latencytop-0.5-r1.ebuild index 171724bf7ba5d..b11c17b59a0c7 100644 --- a/sys-process/latencytop/latencytop-0.5-r1.ebuild +++ b/sys-process/latencytop/latencytop-0.5-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils linux-info +inherit epatch linux-info DESCRIPTION="tool for identifying where in the system latency is happening" HOMEPAGE="http://git.infradead.org/latencytop.git"