diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-09-26 17:14:13 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 01:19:01 +0100 |
commit | 722f889211a61e76a5ccd864d1f9829b8782a38f (patch) | |
tree | 11e541949e88ef34805f6979ecf757168a737622 /flx/init-frox | |
parent | flx/init-dnsmasq: move to EAPI 7 (diff) | |
download | portage-722f889211a61e76a5ccd864d1f9829b8782a38f.tar.xz |
flx/init-frox: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Diffstat (limited to 'flx/init-frox')
-rw-r--r-- | flx/init-frox/init-frox-0.7.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/flx/init-frox/init-frox-0.7.ebuild b/flx/init-frox/init-frox-0.7.ebuild index f6127f57..4a42c03b 100644 --- a/flx/init-frox/init-frox-0.7.ebuild +++ b/flx/init-frox/init-frox-0.7.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="0.7-flx0" @@ -10,8 +10,6 @@ EGIT_COMMIT="v0.7.18-flx0.1" KEYWORDS="amd64 x86" RDEPEND=">=net-ftp/frox-${PV}" -src_prepare() { - default - - eapply "${FILESDIR}/${PV}-Add-initscript.patch" -} +PATCHES=( + "${FILESDIR}/${PV}-Add-initscript.patch" +) |