summaryrefslogtreecommitdiff
path: root/flx
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2017-05-29 23:12:07 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2017-05-29 23:19:46 +0100
commitc2b50e8c983fe636b88d4243763800a9b730deb3 (patch)
tree8238ce11efccf9b754477b75ddd9f2801d71cabf /flx
parentflx/init-openssh: Replace epatch with eapply (diff)
downloadportage-c2b50e8c983fe636b88d4243763800a9b730deb3.tar.xz
flx/init-openvpn: Replace epatch with eapply
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'flx')
-rw-r--r--flx/init-openvpn/init-openvpn-2.0.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/flx/init-openvpn/init-openvpn-2.0.9.ebuild b/flx/init-openvpn/init-openvpn-2.0.9.ebuild
index 6c6fcc9f..11d6c1a5 100644
--- a/flx/init-openvpn/init-openvpn-2.0.9.ebuild
+++ b/flx/init-openvpn/init-openvpn-2.0.9.ebuild
@@ -13,6 +13,6 @@ RDEPEND=">=net-vpn/openvpn-${PV}"
src_prepare() {
default
- epatch "${FILESDIR}/${PV}-CLEAN-Delete-leading-whitespaces.patch"
- epatch "${FILESDIR}/${PV}-BASH4-Bash-4-array-prefixing-is-var-not-var.patch"
+ eapply "${FILESDIR}/${PV}-CLEAN-Delete-leading-whitespaces.patch"
+ eapply "${FILESDIR}/${PV}-BASH4-Bash-4-array-prefixing-is-var-not-var.patch"
}