summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2021-10-27 15:52:03 +0300
committerSergey Popov <pinkbyte@gentoo.org>2021-10-27 15:53:18 +0300
commitd3d8f88c67164e7abee5ab485afae966bb264641 (patch)
tree170aca3fdee36aa5e8643d9252bd0a65e167dc29 /net-misc/zssh/zssh-1.5c-r1.ebuild
parentmedia-fonts/jisx0213-fonts: install bold and italic faces (diff)
downloadgentoo-d3d8f88c67164e7abee5ab485afae966bb264641.tar.gz
gentoo-d3d8f88c67164e7abee5ab485afae966bb264641.tar.bz2
gentoo-d3d8f88c67164e7abee5ab485afae966bb264641.zip
net-misc/zssh: bump EAPI to 8
Closes: https://bugs.gentoo.org/819297 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
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() {