diff options
author | Tim Harder <radhermit@gmail.com> | 2016-03-09 02:42:34 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2016-03-09 02:42:34 -0500 |
commit | 4bd54d8832e613d84eb0a41f7b6440cd94daaa29 (patch) | |
tree | 12b36e8559211abc262c24e8b899b27ac3c5f52f | |
parent | ebuild/ebuild_src: move get_inherited()/get_repo_id() to lambda exprs (diff) | |
download | pkgcore-4bd54d8832e613d84eb0a41f7b6440cd94daaa29.tar.gz pkgcore-4bd54d8832e613d84eb0a41f7b6440cd94daaa29.tar.bz2 pkgcore-4bd54d8832e613d84eb0a41f7b6440cd94daaa29.zip |
shell/zsh: tweak _repos() support note
-rw-r--r-- | shell/zsh/pkgcore.zsh | 4 |
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) |