commit: a60cc3b8a9fa05d80aed4fb3aac02dc7679a7a2c
Author: Michael Everitt <gentoo <AT> veremit <DOT> xyz>
AuthorDate: Tue Sep 8 13:54:11 2020 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Tue Sep 8 13:59:52 2020 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=a60cc3b8
net-analyzer/openbsd-netcat: Correct 'epatch' to 'eapply' (1.190/1.195)
Package-Manager: Portage-2.3.84, Repoman-2.3.11
Signed-off-by: Michael Everitt <gentoo <AT> veremit.xyz>
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild | 2 +-
net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild
b/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild
index d3cd6b8..bb60a00 100644
--- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild
+++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild
@@ -32,7 +32,7 @@ src_prepare() {
# this undoes some of the Debian/Linux changes
eapply "${FILESDIR}"/${P}-darwin.patch
fi
- use elibc_musl && epatch "${FILESDIR}"/${P}-b64_ntop.patch
+ use elibc_musl && eapply "${FILESDIR}"/${P}-b64_ntop.patch
default
}
diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild
b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild
index a125636..eebada9 100644
--- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild
+++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild
@@ -32,7 +32,7 @@ src_prepare() {
# this undoes some of the Debian/Linux changes
eapply "${FILESDIR}"/${P}-darwin.patch
fi
- use elibc_musl && epatch "${FILESDIR}"/${P}-b64_ntop.patch
+ use elibc_musl && eapply "${FILESDIR}"/${P}-b64_ntop.patch
default
}