summaryrefslogtreecommitdiff
path: root/net-misc/zssh/zssh-1.5c-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-27 22:41:01 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-27 22:41:01 +0100
commitf660c6de84558324d784218831d8f0782ee41e2e (patch)
treec1f2aa79617d0ceaaff49d71603abc386aae2c37 /net-misc/zssh/zssh-1.5c-r1.ebuild
parent95461df035e3867364495f065e5e805bf629b2d7 (diff)
gentoo resync : 27.10.2021
Diffstat (limited to 'net-misc/zssh/zssh-1.5c-r1.ebuild')
-rw-r--r--net-misc/zssh/zssh-1.5c-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/zssh/zssh-1.5c-r1.ebuild b/net-misc/zssh/zssh-1.5c-r1.ebuild
index c17f7e9ef792..352fa1c3cebc 100644
--- a/net-misc/zssh/zssh-1.5c-r1.ebuild
+++ b/net-misc/zssh/zssh-1.5c-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-inherit epatch toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="An ssh wrapper enabling zmodem up/download in ssh"
HOMEPAGE="http://zssh.sourceforge.net/"
@@ -23,12 +23,12 @@ RDEPEND="${DEPEND}
net-dialup/lrzsz"
src_prepare() {
- epatch "${FILESDIR}/${PN}-1.5a-gentoo-include.diff"
+ eapply "${FILESDIR}/${PN}-1.5a-gentoo-include.diff"
# Fix linking with sys-libs/ncurses[tinfo], bug #527036
sed -i -e 's/-ltermcap/-ltinfo/g' configure || die
- epatch_user
+ eapply_user
}
src_configure() {