diff --git a/app-admin/gentoo-upgrade/gentoo-upgrade-9999.ebuild b/app-admin/gentoo-upgrade/gentoo-upgrade-9999.ebuild index 7215938f..191b8320 100644 --- a/app-admin/gentoo-upgrade/gentoo-upgrade-9999.ebuild +++ b/app-admin/gentoo-upgrade/gentoo-upgrade-9999.ebuild @@ -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 }