diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-06-18 09:34:25 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-06-18 10:58:32 +0200 |
commit | d79073fa489f7f736f8b64e8598e2d93ea0c0264 (patch) | |
tree | 6e1ee284fbf313ee0e7f9923762baec4280cf113 /net-analyzer/openbsd-netcat/openbsd-netcat-1.195-r1.ebuild | |
parent | sci-misc/netlogo-bin: remove version with min java 1.5 (diff) | |
download | gentoo-d79073fa489f7f736f8b64e8598e2d93ea0c0264.tar.gz gentoo-d79073fa489f7f736f8b64e8598e2d93ea0c0264.tar.bz2 gentoo-d79073fa489f7f736f8b64e8598e2d93ea0c0264.zip |
net-analyzer/openbsd-netcat-1.195-r1: fix compile for real on >=darwin19
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-analyzer/openbsd-netcat/openbsd-netcat-1.195-r1.ebuild')
-rw-r--r-- | net-analyzer/openbsd-netcat/openbsd-netcat-1.195-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195-r1.ebuild b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195-r1.ebuild index 6fd1b2b6f906..b7288f531c86 100644 --- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195-r1.ebuild +++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195-r1.ebuild @@ -31,7 +31,7 @@ src_prepare() { if [[ ${CHOST} == *-darwin* ]] ; then # this undoes some of the Debian/Linux changes eapply "${FILESDIR}"/${PN}-1.195-darwin.patch - if [[ ${CHOST##*-darwin} -lt 19 ]] ; then + if [[ ${CHOST##*-darwin} -lt 20 ]] ; then eapply "${FILESDIR}"/${PN}-1.190-darwin13.patch fi fi |