diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:37:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 20:01:57 +0100 |
commit | 3df4826adcec23a0dce0960bbbdf0138a84f7cb1 (patch) | |
tree | d395a7cf4ededd0ee8a20452c2ddbdc4f597a047 /app-editors | |
parent | app-portage/elt-patches: use BDEPEND for app-arch/xz-utils (diff) | |
download | gentoo-3df4826adcec23a0dce0960bbbdf0138a84f7cb1.tar.gz gentoo-3df4826adcec23a0dce0960bbbdf0138a84f7cb1.tar.bz2 gentoo-3df4826adcec23a0dce0960bbbdf0138a84f7cb1.zip |
app-editors/hexcurse: 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')
-rw-r--r-- | app-editors/hexcurse/hexcurse-1.55.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/hexcurse/hexcurse-1.55.ebuild b/app-editors/hexcurse/hexcurse-1.55.ebuild index f9f75b142fe6..5b80c54dbe92 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" |