epatch_user -> eapply_user
This commit is contained in:
parent
9a68339500
commit
9e986aeeb4
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue