diff options
author | Felix Bier <Felix.Bier@rohde-schwarz.com> | 2020-11-10 00:56:19 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-11-14 11:34:57 -0500 |
commit | 2861038ae8c3c67f3000c976ed8177f63169712c (patch) | |
tree | cc08ea33731bbaf08ca9cfe01bdec4c61cb95147 /doc | |
parent | Move from PORTDIR_OVERLAY to repos.conf (diff) | |
download | catalyst-2861038ae8c3c67f3000c976ed8177f63169712c.tar.gz catalyst-2861038ae8c3c67f3000c976ed8177f63169712c.tar.bz2 catalyst-2861038ae8c3c67f3000c976ed8177f63169712c.zip |
doc: Make existing multi-overlay support more explicit
The code already supports multiple repositories. This commit adapts the
documentation to make this more explicit.
Signed-off-by: Felix Bier <felix.bier@rohde-schwarz.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/catalyst-spec.5.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/catalyst-spec.5.txt b/doc/catalyst-spec.5.txt index 31e69820..4c1df857 100644 --- a/doc/catalyst-spec.5.txt +++ b/doc/catalyst-spec.5.txt @@ -81,8 +81,9 @@ This is an optional directory containing portage configuration files problems. *portage_overlay*:: -This option specifies the location to a portage overlay that you would -like to use when building this target (example: `/usr/local/portage`). +This option specifies the location of the ebuild repositories that you would +like to have used when building this target. It takes a space-separated list +of directory names. (example: `/usr/local/portage`). *pkgcache_path*:: This allows the optional directory containing the output packages for |