aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Everitt <gentoo@veremit.xyz>2020-09-08 14:54:11 +0100
committerJory Pratt <anarchy@gentoo.org>2020-09-08 08:59:52 -0500
commita60cc3b8a9fa05d80aed4fb3aac02dc7679a7a2c (patch)
tree296cd7a9d39999083afe7f6d62d6785ad724b6bc /net-analyzer
parentsys-devel/lld: fix missing inherit, bump latest testing (diff)
downloadmusl-a60cc3b8a9fa05d80aed4fb3aac02dc7679a7a2c.tar.gz
musl-a60cc3b8a9fa05d80aed4fb3aac02dc7679a7a2c.tar.bz2
musl-a60cc3b8a9fa05d80aed4fb3aac02dc7679a7a2c.zip
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@veremit.xyz> Signed-off-by: Jory Pratt <anarchy@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/openbsd-netcat/openbsd-netcat-1.190.ebuild2
-rw-r--r--net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild2
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 d3cd6b8e..bb60a00f 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 a1256367..eebada91 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
}