diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 22:59:06 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 23:19:49 +0100 |
commit | d6e29337f2d7dd7ee7abf70d4162dbf38df588df (patch) | |
tree | 16ef6ba4623a633add11a8e7a26e97df1be81994 /net-analyzer | |
parent | flx/wdd: Replace epatch with eapply (diff) | |
download | portage-d6e29337f2d7dd7ee7abf70d4162dbf38df588df.tar.xz |
net-analyzer/nagios-check_varnish: Replace epatch with eapply
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nagios-check_varnish/nagios-check_varnish-1.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/nagios-check_varnish/nagios-check_varnish-1.1.ebuild b/net-analyzer/nagios-check_varnish/nagios-check_varnish-1.1.ebuild index 5bf4209e..693423ad 100644 --- a/net-analyzer/nagios-check_varnish/nagios-check_varnish-1.1.ebuild +++ b/net-analyzer/nagios-check_varnish/nagios-check_varnish-1.1.ebuild @@ -23,10 +23,10 @@ S="${WORKDIR}/${MY_PN}-${PV}" src_prepare() { default - epatch "${FILESDIR}/${PV}-add-support-for-varnish-4.patch" - epatch "${FILESDIR}/${PV}-Improve-help-output-to-differentiate-between-v3-and-.patch" - epatch "${FILESDIR}/${PV}-Attempt-at-fixing-4.1-compat.patch" - epatch "${FILESDIR}/${PV}-Make-gcc-explicitly-link-libm.-Fix-10.patch" + eapply "${FILESDIR}/${PV}-add-support-for-varnish-4.patch" + eapply "${FILESDIR}/${PV}-Improve-help-output-to-differentiate-between-v3-and-.patch" + eapply "${FILESDIR}/${PV}-Attempt-at-fixing-4.1-compat.patch" + eapply "${FILESDIR}/${PV}-Make-gcc-explicitly-link-libm.-Fix-10.patch" eautoreconf } |