epatch_user -> eapply_user

This commit is contained in:
Kolan Sh 2021-10-13 09:48:32 +03:00
parent 9a68339500
commit 9e986aeeb4
6 changed files with 6 additions and 6 deletions

View File

@ -32,7 +32,7 @@ RDEPEND="${DEPEND}"
src_prepare() {
if [[ ${PV} == "9999" ]] ; then
# Allow user patches to be applied without modifying the ebuild
epatch_user
eapply_user
fi
}

View File

@ -32,7 +32,7 @@ RDEPEND="${DEPEND}"
src_prepare() {
if [[ ${PV} == "9999" ]] ; then
# Allow user patches to be applied without modifying the ebuild
epatch_user
eapply_user
fi
}

View File

@ -32,7 +32,7 @@ RDEPEND="${DEPEND}"
src_prepare() {
if [[ ${PV} == "9999" ]] ; then
# Allow user patches to be applied without modifying the ebuild
epatch_user
eapply_user
fi
}

View File

@ -33,7 +33,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-cmake.patch
if [[ ${PV} == "9999" ]] ; then
# Allow user patches to be applied without modifying the ebuild
epatch_user
eapply_user
fi
}

View File

@ -31,7 +31,7 @@ RDEPEND="${DEPEND}"
src_prepare() {
if [[ 9999 == ${PV} ]] ; then
# Allow user patches to be applied without modifying the ebuild
epatch_user
eapply_user
fi
}

View File

@ -31,7 +31,7 @@ RDEPEND="${DEPEND}"
src_prepare() {
if [[ 9999 == ${PV} ]] ; then
# Allow user patches to be applied without modifying the ebuild
epatch_user
eapply_user
fi
}