Fix Gentoo-Upgrade .ebuild
This commit is contained in:
parent
9d302da0d8
commit
9a68339500
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue