summaryrefslogtreecommitdiffstats
path: root/bin/phase-helpers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/phase-helpers.sh')
-rw-r--r--bin/phase-helpers.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/phase-helpers.sh b/bin/phase-helpers.sh
index bb5e057a7..0250aca96 100644
--- a/bin/phase-helpers.sh
+++ b/bin/phase-helpers.sh
@@ -638,10 +638,6 @@ _eapi5_src_prepare() {
apply_user_patches
}
-apply_user_patches() {
- die "apply_user_patches is not supported with EAPI ${EAPI}"
-}
-
_eapi5_apply_user_patches() {
[[ ${EBUILD_PHASE} == prepare ]] || \
die "apply_user_patches may only be called during src_prepare"