summaryrefslogtreecommitdiff
path: root/flx
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2017-05-29 23:13:31 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2017-05-29 23:19:47 +0100
commit1d4fdc65b25b3d628c22fc51d96a17ce32574ec0 (patch)
tree06f5ff83706cb6cf862224faf71e9b51b87df8b1 /flx
parentflx/init-syslog-ng: Replace epatch with eapply (diff)
downloadportage-1d4fdc65b25b3d628c22fc51d96a17ce32574ec0.tar.xz
flx/init-thttpd: Replace epatch with eapply
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'flx')
-rw-r--r--flx/init-thttpd/init-thttpd-2.25b.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/flx/init-thttpd/init-thttpd-2.25b.ebuild b/flx/init-thttpd/init-thttpd-2.25b.ebuild
index ede55b55..8b7f7047 100644
--- a/flx/init-thttpd/init-thttpd-2.25b.ebuild
+++ b/flx/init-thttpd/init-thttpd-2.25b.ebuild
@@ -13,6 +13,6 @@ RDEPEND=">=www-servers/thttpd-${PV}"
src_prepare () {
default
- epatch "${FILESDIR}/${PV}-Handle-listening-on-more-than-one-address.patch"
- epatch "${FILESDIR}/${PV}-Handle-CGI-pattern.patch"
+ eapply "${FILESDIR}/${PV}-Handle-listening-on-more-than-one-address.patch"
+ eapply "${FILESDIR}/${PV}-Handle-CGI-pattern.patch"
}