diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 23:13:31 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-05-29 23:19:47 +0100 |
commit | 1d4fdc65b25b3d628c22fc51d96a17ce32574ec0 (patch) | |
tree | 06f5ff83706cb6cf862224faf71e9b51b87df8b1 /flx | |
parent | flx/init-syslog-ng: Replace epatch with eapply (diff) | |
download | portage-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.ebuild | 4 |
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" } |