summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-09-11 15:58:24 -0700
committerZac Medico <zmedico@gentoo.org>2011-09-11 15:58:24 -0700
commit8fb7653c2923bd1a1de5eb842356020c6fbf065e (patch)
tree345b029070284a6b03a996d98a7654a0dbfcdf7a /bin/ebuild.sh
parente40e2bce40464dace057d91f0a24ba682928814a (diff)
downloadportage-8fb7653c2923bd1a1de5eb842356020c6fbf065e.tar.gz
portage-8fb7653c2923bd1a1de5eb842356020c6fbf065e.tar.bz2
portage-8fb7653c2923bd1a1de5eb842356020c6fbf065e.zip
ebuild.sh: remove unused lchown and lchgrp
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh8
1 files changed, 0 insertions, 8 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.