summaryrefslogtreecommitdiff
path: root/flx/init-openssh
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2017-05-29 23:11:32 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2017-05-29 23:19:45 +0100
commit3f9e76076678ed8407a062d83bf31f8d9eed24a1 (patch)
tree36e559573f9af84a4be0a37e12a3ec87ac8237b0 /flx/init-openssh
parentflx/init-ntp: Replace epatch with eapply (diff)
downloadportage-3f9e76076678ed8407a062d83bf31f8d9eed24a1.tar.xz
flx/init-openssh: Replace epatch with eapply
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'flx/init-openssh')
-rw-r--r--flx/init-openssh/init-openssh-4.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/flx/init-openssh/init-openssh-4.5.ebuild b/flx/init-openssh/init-openssh-4.5.ebuild
index 145502e4..d6c85a3a 100644
--- a/flx/init-openssh/init-openssh-4.5.ebuild
+++ b/flx/init-openssh/init-openssh-4.5.ebuild
@@ -15,5 +15,5 @@ SVCNAME="sshd"
src_prepare () {
default
- epatch "${FILESDIR}/${PV}-Support-ECSDA-host-key.patch"
+ eapply "${FILESDIR}/${PV}-Support-ECSDA-host-key.patch"
}