summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 14:39:07 +0100
committerSam James <sam@gentoo.org>2021-04-18 06:53:21 +0100
commitdafa36fb8e3c9d9f4ad726b237f0363f82ebedc7 (patch)
treea36866c4dbfe0f42149df3dc55551b31e8fec02c /app-misc/hexcompare/hexcompare-1.0.4.ebuild
parentapp-misc/gnuit: eutils->epatch (diff)
downloadgentoo-dafa36fb8e3c9d9f4ad726b237f0363f82ebedc7.tar.gz
gentoo-dafa36fb8e3c9d9f4ad726b237f0363f82ebedc7.tar.bz2
gentoo-dafa36fb8e3c9d9f4ad726b237f0363f82ebedc7.zip
app-misc/hexcompare: 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-misc/hexcompare/hexcompare-1.0.4.ebuild')
-rw-r--r--app-misc/hexcompare/hexcompare-1.0.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/hexcompare/hexcompare-1.0.4.ebuild b/app-misc/hexcompare/hexcompare-1.0.4.ebuild
index 7b11bccd5ad8..1dfa265504c5 100644
--- a/app-misc/hexcompare/hexcompare-1.0.4.ebuild
+++ b/app-misc/hexcompare/hexcompare-1.0.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils toolchain-funcs
+inherit epatch toolchain-funcs
DESCRIPTION="ncurses-based visual comparison of binary files"
HOMEPAGE="http://hexcompare.sourceforge.net/"