summaryrefslogtreecommitdiff
path: root/flx
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2017-05-29 23:10:58 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2017-05-29 23:19:45 +0100
commitc710618e71595db2d3ad1a53cb657a3e4f8f9b00 (patch)
tree61be52b16e418a9074fb9818193f9904784b1670 /flx
parentflx/init-nagios: Replace epatch with eapply (diff)
downloadportage-c710618e71595db2d3ad1a53cb657a3e4f8f9b00.tar.xz
flx/init-ntp: Replace epatch with eapply
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'flx')
-rw-r--r--flx/init-ntp/init-ntp-4.2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/flx/init-ntp/init-ntp-4.2.ebuild b/flx/init-ntp/init-ntp-4.2.ebuild
index c6b51737..82d1533f 100644
--- a/flx/init-ntp/init-ntp-4.2.ebuild
+++ b/flx/init-ntp/init-ntp-4.2.ebuild
@@ -13,8 +13,8 @@ RDEPEND=">=net-misc/ntp-${PV}"
src_prepare() {
default
- epatch "${FILESDIR}/${PV}-Fix-indent.patch"
- epatch "${FILESDIR}/${PV}-Remove-handling-ntptimeset.patch"
- epatch "${FILESDIR}/${PV}-Reuse-do_update.patch"
- epatch "${FILESDIR}/${PV}-ntpdate-should-be-present-in-usr-sbin.patch"
+ eapply "${FILESDIR}/${PV}-Fix-indent.patch"
+ eapply "${FILESDIR}/${PV}-Remove-handling-ntptimeset.patch"
+ eapply "${FILESDIR}/${PV}-Reuse-do_update.patch"
+ eapply "${FILESDIR}/${PV}-ntpdate-should-be-present-in-usr-sbin.patch"
}