mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user