summaryrefslogtreecommitdiffstats
path: root/bin/phase-helpers.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-11 21:26:49 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-11 21:30:52 -0700
commit5645c4390128c0a174290d9727195b97a894088e (patch)
tree5563d0cf3180e128fa641fb58568369d650a5d2e /bin/phase-helpers.sh
parent9f735963c000f0e925b513c5378b2552476c0e8e (diff)
downloadportage-5645c4390128c0a174290d9727195b97a894088e.tar.gz
portage-5645c4390128c0a174290d9727195b97a894088e.tar.bz2
portage-5645c4390128c0a174290d9727195b97a894088e.zip
Add EAPI 5_pre2 with features approved by council
In the 9/11 council meeting, they approved everything in EAPI 5_pre1 except user patches. So, add EAPI 5_pre2 which is identical to EAPI 5_pre1 but with user patches (apply_user_patches) support removed.
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"