commit: a60642d79b17380ea0fc3784c300afd30684a718 Author: Marco Sirabella <marco <AT> sirabella <DOT> org> AuthorDate: Mon Jun 7 17:29:45 2021 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Wed Jun 9 17:48:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60642d7
net-misc/netkit-fingerd: EAPI bump Signed-off-by: Marco Sirabella <marco <AT> sirabella.org> Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/21176 net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.ebuild b/net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.ebuild index a6733741c15..4b7aca59d55 100644 --- a/net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.ebuild +++ b/net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="7" -inherit epatch toolchain-funcs +inherit toolchain-funcs MY_PN="${PN/netkit/bsd}" MY_PN="${MY_PN/rd/r}" @@ -18,10 +18,10 @@ IUSE="" S=${WORKDIR}/${MY_PN}-${PV} -src_prepare() { - epatch "${FILESDIR}"/${P}-r2-gentoo.diff - epatch "${FILESDIR}"/${P}-name-check.patch #80286 -} +PATCHES=( + "${FILESDIR}"/${P}-r2-gentoo.diff + "${FILESDIR}"/${P}-name-check.patch #80286 +) src_configure() { # We'll skip this stage as the configure script is crappy and not really
