summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index a9e09b202..dd87714ca 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -227,13 +227,6 @@ best_version() {
esac
}
-dohtml() {
- # Set EPYTHON variable as empty so that dohtml doesn't try
- # to use potentially unsupported version of Python.
- EPYTHON= PYTHONPATH=${PORTAGE_PYM_PATH}${PYTHONPATH:+:}${PYTHONPATH} \
- "${PORTAGE_BIN_PATH}/ebuild-helpers/dohtml" "$@"
-}
-
use_with() {
if [ -z "$1" ]; then
echo "!!! use_with() called without a parameter." >&2