diff options
author | Marco Sirabella <marco@sirabella.org> | 2021-06-07 13:29:45 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-06-09 13:48:42 -0400 |
commit | a60642d79b17380ea0fc3784c300afd30684a718 (patch) | |
tree | 17adc54dfe1f5a22f7a5fe3fa739233c19d092c6 /net-misc/netkit-fingerd | |
parent | net-print/hplip: Version bump. (diff) | |
download | gentoo-a60642d79b17380ea0fc3784c300afd30684a718.tar.gz gentoo-a60642d79b17380ea0fc3784c300afd30684a718.tar.bz2 gentoo-a60642d79b17380ea0fc3784c300afd30684a718.zip |
net-misc/netkit-fingerd: EAPI bump
Signed-off-by: Marco Sirabella <marco@sirabella.org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/21176
Diffstat (limited to 'net-misc/netkit-fingerd')
-rw-r--r-- | net-misc/netkit-fingerd/netkit-fingerd-0.17-r3.ebuild | 12 |
1 files 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 a6733741c15f..4b7aca59d55b 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 |