From 333c7bca37e7d00b69fc4aed5aeaa1b84877e2e5 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Thu, 8 Jun 2017 08:23:01 -0400 Subject: [PATCH] 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 444e919985881..de37464fa183c 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 444e919985881..de37464fa183c 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