commit: 333c7bca37e7d00b69fc4aed5aeaa1b84877e2e5
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 8 12:23:01 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Jun 8 12:23:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=333c7bca
www-servers/thttpd: use eapply rather than epatch with EAPI=6
Package-Manager: Portage-2.3.5, Repoman-2.3.1
www-servers/thttpd/thttpd-2.27.1.ebuild | 4 ++--
www-servers/thttpd/thttpd-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www-servers/thttpd/thttpd-2.27.1.ebuild
b/www-servers/thttpd/thttpd-2.27.1.ebuild
index 444e9199858..de37464fa18 100644
--- a/www-servers/thttpd/thttpd-2.27.1.ebuild
+++ b/www-servers/thttpd/thttpd-2.27.1.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-inherit autotools eutils flag-o-matic toolchain-funcs user
+inherit autotools flag-o-matic toolchain-funcs user
if [[ ${PV} = 9999* ]]
then
@@ -42,7 +42,7 @@ pkg_setup() {
}
src_prepare() {
- epatch "${FILESDIR}"/thttpd-renamed-htpasswd.patch
+ eapply "${FILESDIR}"/thttpd-renamed-htpasswd.patch
mv "${S}"/extras/{htpasswd.c,th_htpasswd.c} || die
eapply_user
eautoreconf -f -i
diff --git a/www-servers/thttpd/thttpd-9999.ebuild
b/www-servers/thttpd/thttpd-9999.ebuild
index 444e9199858..de37464fa18 100644
--- a/www-servers/thttpd/thttpd-9999.ebuild
+++ b/www-servers/thttpd/thttpd-9999.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-inherit autotools eutils flag-o-matic toolchain-funcs user
+inherit autotools flag-o-matic toolchain-funcs user
if [[ ${PV} = 9999* ]]
then
@@ -42,7 +42,7 @@ pkg_setup() {
}
src_prepare() {
- epatch "${FILESDIR}"/thttpd-renamed-htpasswd.patch
+ eapply "${FILESDIR}"/thttpd-renamed-htpasswd.patch
mv "${S}"/extras/{htpasswd.c,th_htpasswd.c} || die
eapply_user
eautoreconf -f -i