diff options
author | 2012-06-22 17:45:32 -0700 | |
---|---|---|
committer | 2012-06-22 17:45:32 -0700 | |
commit | 603e472f389b02e1c4a68b701a79d5d0a932765f (patch) | |
tree | 93639d0c618734b02265489aace125942ac416cf | |
parent | RELEASE-NOTES: 2.1.11: User-defined package sets (diff) | |
download | portage-603e472f389b02e1c4a68b701a79d5d0a932765f.tar.gz portage-603e472f389b02e1c4a68b701a79d5d0a932765f.tar.bz2 portage-603e472f389b02e1c4a68b701a79d5d0a932765f.zip |
man/portage.5: profile-formats = portage-2
-rw-r--r-- | man/portage.5 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/portage.5 b/man/portage.5 index 7341a0352..9823eb1d5 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -822,7 +822,12 @@ cache\-formats = md5-dict pms # indicate that this repo contains profiles that may use directories for # package.mask, package.provided, package.use, package.use.mask, # package.use.force, use.mask and use.force. -profile\-formats = portage-1 +# profile\-formats = portage-1 +# indicate that paths such as 'gentoo:targets/desktop' or ':targets/desktop' in +# profile parent files can be used to express paths relative to the root +# 'profiles' directory of a repository (when the repo name is omitted before +# the colon, it refers to the current repository the parent file is inside) +profile\-formats = portage-2 .fi .RE .TP |