diff options
-rwxr-xr-x | bin/ebuild.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 5cf3e0f92..ba6eaf33e 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -641,18 +641,6 @@ _eapi2_src_compile() { fi } -pkg_nofetch() { - _eapi0_pkg_nofetch -} - -src_unpack() { - _eapi0_src_unpack -} - -src_test() { - _eapi0_src_test -} - ebuild_phase() { [ "$(type -t ${1})" == "function" ] && qa_call ${1} } |