www-servers/thttpd: use eapply rather than epatch with EAPI=6

Package-Manager: Portage-2.3.5, Repoman-2.3.1
This commit is contained in:
Anthony G. Basile
2017-06-08 08:23:01 -04:00
parent 0e0d82e274
commit 333c7bca37
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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