ebuild.sh: remove unused lchown and lchgrp
authorZac Medico <zmedico@gentoo.org>
Sun, 11 Sep 2011 22:58:24 +0000 (15:58 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 11 Sep 2011 22:58:24 +0000 (15:58 -0700)
bin/ebuild.sh
bin/isolated-functions.sh

index 4dd29216a4bfdea495cbf8b419dbd66e9ba77192..355a1c034401c49ea127ec9ae76f27dca8e3517b 100755 (executable)
@@ -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.
index 1de1f7f0d667ee9a5c3277baba9b7c6cd8312476..8e367fff1030c74f42698189c5be43693f141f9a 100644 (file)
@@ -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 \