summaryrefslogtreecommitdiff
path: root/flx
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-09-26 17:15:11 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-10-18 01:19:01 +0100
commitabc12a66ccae9d6b5818f820e84588c0e0d46aee (patch)
tree64ce1830a700b73f253e3bdd55cae26a741f3535 /flx
parentflx/init-frox: move to EAPI 7 (diff)
downloadportage-abc12a66ccae9d6b5818f820e84588c0e0d46aee.tar.xz
flx/init-havp: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Diffstat (limited to 'flx')
-rw-r--r--flx/init-havp/init-havp-0.85.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/flx/init-havp/init-havp-0.85.ebuild b/flx/init-havp/init-havp-0.85.ebuild
index b4eb66e6..8735cea4 100644
--- a/flx/init-havp/init-havp-0.85.ebuild
+++ b/flx/init-havp/init-havp-0.85.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-flx0"
@@ -10,8 +10,6 @@ EGIT_COMMIT="v0.85-flx0.2"
KEYWORDS="amd64 x86"
RDEPEND=">=net-proxy/havp-${PV}"
-src_prepare() {
- default
-
- eapply "${FILESDIR}/${PV}-Don-t-use-deprecated-tail-call-POSIX-1003.2-1992.patch"
-}
+PATCHES=(
+ "${FILESDIR}/${PV}-Don-t-use-deprecated-tail-call-POSIX-1003.2-1992.patch"
+)