summaryrefslogtreecommitdiff
path: root/flx
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-09-26 17:18:58 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-10-18 01:19:02 +0100
commit366fb9143b659381b2a41beabe37b637a276a1c3 (patch)
treefda5248bd7245f680b39b0a7f424bea3a7394cd1 /flx
parentflx/init-ntp: move to EAPI 7 (diff)
downloadportage-366fb9143b659381b2a41beabe37b637a276a1c3.tar.xz
flx/init-openssh: move to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Diffstat (limited to 'flx')
-rw-r--r--flx/init-openssh/init-openssh-4.5.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/flx/init-openssh/init-openssh-4.5.ebuild b/flx/init-openssh/init-openssh-4.5.ebuild
index d6c85a3a..f7d414b2 100644
--- a/flx/init-openssh/init-openssh-4.5.ebuild
+++ b/flx/init-openssh/init-openssh-4.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="4.5-flx0"
@@ -12,8 +12,6 @@ RDEPEND=">=net-misc/openssh-${PV}"
SVCNAME="sshd"
-src_prepare () {
- default
-
- eapply "${FILESDIR}/${PV}-Support-ECSDA-host-key.patch"
-}
+PATCHES=(
+ "${FILESDIR}/${PV}-Support-ECSDA-host-key.patch"
+)