summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh8
-rw-r--r--bin/isolated-functions.sh2
2 files changed, 1 insertions, 9 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 4dd29216a..355a1c034 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -113,14 +113,6 @@ fi
# the sandbox is disabled by default except when overridden in the relevant stages
export SANDBOX_ON=0
-lchown() {
- chown -h "$@"
-}
-
-lchgrp() {
- chgrp -h "$@"
-}
-
esyslog() {
# Custom version of esyslog() to take care of the "Red Star" bug.
# MUST follow functions.sh to override the "" parameter problem.
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index 1de1f7f0d..8e367fff1 100644
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -588,7 +588,7 @@ save_ebuild_env() {
has_phase_defined_up_to \
hasg hasgq hasv hasq qa_source qa_call \
addread addwrite adddeny addpredict _sb_append_var \
- lchown lchgrp esyslog use usev useq has_version portageq \
+ use usev useq has_version portageq \
best_version use_with use_enable register_die_hook \
keepdir unpack strip_duplicate_slashes econf einstall \
dyn_setup dyn_unpack dyn_clean into insinto exeinto docinto \