From 9e986aeeb4af546832d2d21fcff368e079e7b9ab Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Wed, 13 Oct 2021 09:48:32 +0300 Subject: [PATCH] epatch_user -> eapply_user --- app-admin/htpasswd/htpasswd-9999.ebuild | 2 +- app-admin/network-profile/network-profile-9999.ebuild | 2 +- app-portage/findcruftfiles/findcruftfiles-9999.ebuild | 2 +- dev-util/colormake/colormake-9999.ebuild | 2 +- x11-drivers/snail/snail-1.2.6.ebuild | 2 +- x11-drivers/snail/snail-9999.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-admin/htpasswd/htpasswd-9999.ebuild b/app-admin/htpasswd/htpasswd-9999.ebuild index 042002cc..d45e59c0 100644 --- a/app-admin/htpasswd/htpasswd-9999.ebuild +++ b/app-admin/htpasswd/htpasswd-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 } diff --git a/app-admin/network-profile/network-profile-9999.ebuild b/app-admin/network-profile/network-profile-9999.ebuild index 8e13381d..a21ce408 100644 --- a/app-admin/network-profile/network-profile-9999.ebuild +++ b/app-admin/network-profile/network-profile-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 } diff --git a/app-portage/findcruftfiles/findcruftfiles-9999.ebuild b/app-portage/findcruftfiles/findcruftfiles-9999.ebuild index 9dcf6c99..c684b292 100644 --- a/app-portage/findcruftfiles/findcruftfiles-9999.ebuild +++ b/app-portage/findcruftfiles/findcruftfiles-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 } diff --git a/dev-util/colormake/colormake-9999.ebuild b/dev-util/colormake/colormake-9999.ebuild index 6ac36cfd..da04616b 100644 --- a/dev-util/colormake/colormake-9999.ebuild +++ b/dev-util/colormake/colormake-9999.ebuild @@ -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 } diff --git a/x11-drivers/snail/snail-1.2.6.ebuild b/x11-drivers/snail/snail-1.2.6.ebuild index e0df6cfd..a4dc85f9 100644 --- a/x11-drivers/snail/snail-1.2.6.ebuild +++ b/x11-drivers/snail/snail-1.2.6.ebuild @@ -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 } diff --git a/x11-drivers/snail/snail-9999.ebuild b/x11-drivers/snail/snail-9999.ebuild index b7554ed5..18e7069c 100644 --- a/x11-drivers/snail/snail-9999.ebuild +++ b/x11-drivers/snail/snail-9999.ebuild @@ -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 }