diff options
author | 2010-07-27 13:46:09 +0200 | |
---|---|---|
committer | 2010-07-27 12:01:23 -0700 | |
commit | b1692269047db9f6c59f5203629ab2fc68423086 (patch) | |
tree | a0c9c159acf9f84604e699eaff87f3f4cea4514a /man | |
parent | Tests: add sets/base/testInternalPackageSet (diff) | |
download | portage-multirepo-b1692269047db9f6c59f5203629ab2fc68423086.tar.gz portage-multirepo-b1692269047db9f6c59f5203629ab2fc68423086.tar.bz2 portage-multirepo-b1692269047db9f6c59f5203629ab2fc68423086.zip |
extended atom syntax: Add comment to make.conf man page
Diffstat (limited to 'man')
-rw-r--r-- | man/portage.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/man/portage.5 b/man/portage.5 index 6c78cbd5..c3e8d865 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -104,8 +104,13 @@ more detailed explanations. .RS .TP .B DEPEND atom -A string which matches a package. It is of the form category/package. -It may also contain optional logical operators and versions. +An atom is either of the form category/package or consists of an operator +followed by category/package followed by a hyphen and a version specification. +An atom might be prefixed by a slot specification. +The extended atom syntax allows atoms of the form category/package, where an +arbitrary number of characters has been replaced by a '*'. An extended atom may contain +more than one '*', but not two next to each other. The extend atom syntax is only +available in user configuration files and for some command line options. .br More reading: .BR ebuild (5) |