From 02903d4032dcc1c3d2c16ecdfb52dbb54d1ca1a4 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 26 Sep 2020 17:16:08 +0100 Subject: flx/init-nagios: move to EAPI 7 Package-Manager: Portage-3.0.4, Repoman-3.0.1 --- flx/init-nagios/init-nagios-2.5.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'flx/init-nagios') diff --git a/flx/init-nagios/init-nagios-2.5.ebuild b/flx/init-nagios/init-nagios-2.5.ebuild index c4bc59a6..2881e5b4 100644 --- a/flx/init-nagios/init-nagios-2.5.ebuild +++ b/flx/init-nagios/init-nagios-2.5.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit flx-init-scripts EGIT_BRANCH="2.5-flx0" @@ -10,8 +10,6 @@ EGIT_COMMIT="v2.5-flx0.1" KEYWORDS="~amd64 x86" RDEPEND=">=net-analyzer/nagios-${PV}" -src_prepare () { - default - - eapply "${FILESDIR}/${PN}-BJA-path.diff" -} +PATCHES=( + "${FILESDIR}/${PN}-BJA-path.diff" +) -- cgit v1.2.3