epatch_user -> eapply_user
This commit is contained in:
parent
9a68339500
commit
9e986aeeb4
|
@ -32,7 +32,7 @@ RDEPEND="${DEPEND}"
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
if [[ ${PV} == "9999" ]] ; then
|
if [[ ${PV} == "9999" ]] ; then
|
||||||
# Allow user patches to be applied without modifying the ebuild
|
# Allow user patches to be applied without modifying the ebuild
|
||||||
epatch_user
|
eapply_user
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ RDEPEND="${DEPEND}"
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
if [[ ${PV} == "9999" ]] ; then
|
if [[ ${PV} == "9999" ]] ; then
|
||||||
# Allow user patches to be applied without modifying the ebuild
|
# Allow user patches to be applied without modifying the ebuild
|
||||||
epatch_user
|
eapply_user
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ RDEPEND="${DEPEND}"
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
if [[ ${PV} == "9999" ]] ; then
|
if [[ ${PV} == "9999" ]] ; then
|
||||||
# Allow user patches to be applied without modifying the ebuild
|
# Allow user patches to be applied without modifying the ebuild
|
||||||
epatch_user
|
eapply_user
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ src_prepare() {
|
||||||
epatch "${FILESDIR}"/${P}-cmake.patch
|
epatch "${FILESDIR}"/${P}-cmake.patch
|
||||||
if [[ ${PV} == "9999" ]] ; then
|
if [[ ${PV} == "9999" ]] ; then
|
||||||
# Allow user patches to be applied without modifying the ebuild
|
# Allow user patches to be applied without modifying the ebuild
|
||||||
epatch_user
|
eapply_user
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ RDEPEND="${DEPEND}"
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
if [[ 9999 == ${PV} ]] ; then
|
if [[ 9999 == ${PV} ]] ; then
|
||||||
# Allow user patches to be applied without modifying the ebuild
|
# Allow user patches to be applied without modifying the ebuild
|
||||||
epatch_user
|
eapply_user
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ RDEPEND="${DEPEND}"
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
if [[ 9999 == ${PV} ]] ; then
|
if [[ 9999 == ${PV} ]] ; then
|
||||||
# Allow user patches to be applied without modifying the ebuild
|
# Allow user patches to be applied without modifying the ebuild
|
||||||
epatch_user
|
eapply_user
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue