diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2021-10-27 15:52:03 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2021-10-27 15:53:18 +0300 |
commit | d3d8f88c67164e7abee5ab485afae966bb264641 (patch) | |
tree | 170aca3fdee36aa5e8643d9252bd0a65e167dc29 /net-misc/zssh | |
parent | media-fonts/jisx0213-fonts: install bold and italic faces (diff) | |
download | gentoo-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')
-rw-r--r-- | net-misc/zssh/files/zssh-1.5a-gentoo-include.diff | 4 | ||||
-rw-r--r-- | net-misc/zssh/zssh-1.5c-r1.ebuild | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-misc/zssh/files/zssh-1.5a-gentoo-include.diff b/net-misc/zssh/files/zssh-1.5a-gentoo-include.diff index 4fc670ac8055..d4a6639002a9 100644 --- a/net-misc/zssh/files/zssh-1.5a-gentoo-include.diff +++ b/net-misc/zssh/files/zssh-1.5a-gentoo-include.diff @@ -1,5 +1,5 @@ ---- Makefile.in.orig Fri Sep 20 10:34:40 2002 -+++ Makefile.in Fri Sep 20 10:34:56 2002 +--- a/Makefile.in Fri Sep 20 10:34:40 2002 ++++ b/Makefile.in Fri Sep 20 10:34:56 2002 @@ -19,7 +19,7 @@ AR = @AR@ RANLIB = @RANLIB@ 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() { |