summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/portageq
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-13 07:52:50 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-13 07:52:50 -0700
commit2b48f228db7be788ef83f88fb85296fef880bac6 (patch)
tree6fc9ac9ad076c57ee58d8d94f5dcf7dca45dfbfd /bin/ebuild-helpers/portageq
parent9a5f9cf8f6a8ff78cc124c40aaebcedd7be8d059 (diff)
parenta576d0e636feb2057636f3fb051fe946f35433df (diff)
downloadportage-2b48f228db7be788ef83f88fb85296fef880bac6.tar.gz
portage-2b48f228db7be788ef83f88fb85296fef880bac6.tar.bz2
portage-2b48f228db7be788ef83f88fb85296fef880bac6.zip
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage
Diffstat (limited to 'bin/ebuild-helpers/portageq')
-rwxr-xr-xbin/ebuild-helpers/portageq2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild-helpers/portageq b/bin/ebuild-helpers/portageq
index d1a1fb52b..3a06fdd68 100755
--- a/bin/ebuild-helpers/portageq
+++ b/bin/ebuild-helpers/portageq
@@ -4,7 +4,7 @@
PORTAGE_BIN_PATH=${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}
PORTAGE_PYM_PATH=${PORTAGE_PYM_PATH:-/usr/lib/portage/pym}
-# Set EPYTHON variable as empty so that dohtml doesn't try
+# Set EPYTHON variable as empty so that portageq doesn't try
# to use potentially unsupported version of Python.
EPYTHON= PYTHONPATH=$PORTAGE_PYM_PATH${PYTHONPATH:+:}$PYTHONPATH \
exec "$PORTAGE_BIN_PATH/portageq" "$@"