Fix Gentoo-Upgrade .ebuild

This commit is contained in:
Kolan Sh 2021-10-13 09:45:05 +03:00
parent 9d302da0d8
commit 9a68339500
1 changed files with 1 additions and 1 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
}