Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/hexcurse/
Date: Wed, 21 Apr 2021 19:02:33
Message-Id: 1619031717.3df4826adcec23a0dce0960bbbdf0138a84f7cb1.sam@gentoo
1 commit: 3df4826adcec23a0dce0960bbbdf0138a84f7cb1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 13:37:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 19:01:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df4826a
7
8 app-editors/hexcurse: eutils->epatch
9
10 Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-editors/hexcurse/hexcurse-1.55.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-editors/hexcurse/hexcurse-1.55.ebuild b/app-editors/hexcurse/hexcurse-1.55.ebuild
17 index f9f75b142fe..5b80c54dbe9 100644
18 --- a/app-editors/hexcurse/hexcurse-1.55.ebuild
19 +++ b/app-editors/hexcurse/hexcurse-1.55.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 -inherit autotools eutils
25 +inherit autotools epatch
26
27 DESCRIPTION="ncurses based hex editor"
28 HOMEPAGE="http://www.jewfish.net/description.php?title=HexCurse"