diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:37:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:01 +0100 |
commit | 949d85c6b462d65a90e5d65284584da5c3307b6c (patch) | |
tree | 433a4ab137c246738dd37c2d091b58fa245d1ded /app-editors/hexedit | |
parent | app-editors/elvis: eutils->epatch (diff) | |
download | gentoo-949d85c6b462d65a90e5d65284584da5c3307b6c.tar.gz gentoo-949d85c6b462d65a90e5d65284584da5c3307b6c.tar.bz2 gentoo-949d85c6b462d65a90e5d65284584da5c3307b6c.zip |
app-editors/hexedit: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild b/app-editors/hexedit/hexedit-1.2.13.ebuild index 31d52fa780a7..10627d3f7c55 100644 --- a/app-editors/hexedit/hexedit-1.2.13.ebuild +++ b/app-editors/hexedit/hexedit-1.2.13.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="View and edit files in hex or ASCII" HOMEPAGE="http://rigaux.org/hexedit.html" |