aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2016-03-09 02:42:34 -0500
committerTim Harder <radhermit@gmail.com>2016-03-09 02:42:34 -0500
commit4bd54d8832e613d84eb0a41f7b6440cd94daaa29 (patch)
tree12b36e8559211abc262c24e8b899b27ac3c5f52f
parentebuild/ebuild_src: move get_inherited()/get_repo_id() to lambda exprs (diff)
downloadpkgcore-4bd54d8832e613d84eb0a41f7b6440cd94daaa29.tar.gz
pkgcore-4bd54d8832e613d84eb0a41f7b6440cd94daaa29.tar.bz2
pkgcore-4bd54d8832e613d84eb0a41f7b6440cd94daaa29.zip
shell/zsh: tweak _repos() support note
-rw-r--r--shell/zsh/pkgcore.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/zsh/pkgcore.zsh b/shell/zsh/pkgcore.zsh
index 6a3a2b97..256969d3 100644
--- a/shell/zsh/pkgcore.zsh
+++ b/shell/zsh/pkgcore.zsh
@@ -75,8 +75,8 @@ _array_index() {
# configured repo info
#
-# Note that this only supports the repos.conf format (i.e. PORTDIR(_OVERLAY)
-# are not considered).
+# Note that this only supports the repos.conf format,
+# PORTDIR/PORTDIR_OVERLAY in make.conf are not supported.
#
# optional args:
# -t repo_types -- show specific repo types (defaults to showing source repos)