diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-10-22 20:23:53 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-10-22 20:23:53 +0000 |
commit | 0f4dc609cb049a6499924a42d8e190b20ca4933e (patch) | |
tree | 75ef4d27f25b00011851c280e8180cc32cb9f20f | |
parent | bff5bcbc8438516414f57fe925d17769e2446082 (diff) | |
download | portage-0f4dc609cb049a6499924a42d8e190b20ca4933e.tar.gz portage-0f4dc609cb049a6499924a42d8e190b20ca4933e.tar.bz2 portage-0f4dc609cb049a6499924a42d8e190b20ca4933e.zip |
Add some package.license docs.
svn path=/main/trunk/; revision=4799
-rw-r--r-- | man/portage.5 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/man/portage.5 b/man/portage.5 index cfe71a672..32d462ccc 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -410,6 +410,25 @@ package.keywords like this: games-fps/quake3-demo -* .TP +.BR package.license +Per\-package acceptance of licenses. This is useful if a license needs to be +accepted for a single package but should not be accepted for any package. See +\fIACCEPT_LICENSE\fR in \fBmake.conf\fR(5) for global license acceptance. + +.I Format: +.nf +\- comments begin with # +\- one DEPEND atom per line followed by additional licenses +.fi + +.I Example: +.nf +# accept the zlib license just for the zlib package +sys-libs/zlib ZLIB +# accept any license for mplayer +media\-video/mplayer * +.fi +.TP .BR package.mask A list of package atoms to mask. Useful if specific versions of packages do not work well for you. For example, you swear by the Nvidia drivers, but only |