From 3df4826adcec23a0dce0960bbbdf0138a84f7cb1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 16 Apr 2021 14:37:29 +0100 Subject: [PATCH] app-editors/hexcurse: eutils->epatch Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James --- app-editors/hexcurse/hexcurse-1.55.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/hexcurse/hexcurse-1.55.ebuild b/app-editors/hexcurse/hexcurse-1.55.ebuild index f9f75b142fe6d..5b80c54dbe925 100644 --- a/app-editors/hexcurse/hexcurse-1.55.ebuild +++ b/app-editors/hexcurse/hexcurse-1.55.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="ncurses based hex editor" HOMEPAGE="http://www.jewfish.net/description.php?title=HexCurse"